fixed proposal_keywords.c generation in out-of-tree builds

This commit is contained in:
Martin Willi
2009-04-14 10:49:12 +00:00
parent a44bb9345f
commit e8a0be4895
+1 -1
View File
@@ -112,7 +112,7 @@ EXTRA_DIST = config/proposal_keywords.txt
MAINTAINERCLEANFILES = config/proposal_keywords.c
config/proposal_keywords.c: config/proposal_keywords.txt config/proposal_keywords.h
$(GPERF) -C -G -c -t < $< > $@
(cd `dirname $<` && $(GPERF) -C -G -c -t < `basename $<` > `basename $@` )
# compile options
#################