summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJean-Charles Malahieude <lilyfan@orange.fr>2013-01-04 19:07:40 +0100
committerJean-Charles Malahieude <lilyfan@orange.fr>2013-01-04 19:07:40 +0100
commit51d4e23ad19c445ca4037a98dee15c838da71c39 (patch)
tree01e49d9b25a4282124472d5db7d4e21b6afe1d70 /stepmake
parentf1e9b96641440bf81e701f01dbad61ed2ca6a83e (diff)
PO: remove duplicates entries for hh and cc from ALL_PO_SOURCES
Introduced with version 1.0.1 : in stepmake/stepmake/C.make ALL_C_SOURCES = h, c, y and l files in stepmake/stepmake/Targets.make ALL_PO_SOURCES = $(ALL_C_SOURCES) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc) hh and cc files having since then been registered through ALL_CC_SOURCES, there is no need to double their entry. Even worse, an "out of tree build" results in a doubled location of parser.yy and lexer.ll (one of them with a full path).
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/po-targets.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/stepmake/po-targets.make b/stepmake/stepmake/po-targets.make
index c971e513c0..8919dab823 100644
--- a/stepmake/stepmake/po-targets.make
+++ b/stepmake/stepmake/po-targets.make
@@ -29,7 +29,7 @@ local-po:
else
po: local-po
$(LOOP)
-ALL_PO_SOURCES = $(ALL_C_SOURCES) $(ALL_CC_SOURCES) $(PYTHON_SCRIPTS_IN) $(PY_MODULES_IN) $(SCM_FILES) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc)
+ALL_PO_SOURCES = $(ALL_C_SOURCES) $(ALL_CC_SOURCES) $(PYTHON_SCRIPTS_IN) $(PY_MODULES_IN) $(SCM_FILES)
local-po:
ifneq ($(strip $(ALL_PO_SOURCES)),)
@echo $(ALL_PO_SOURCES)