diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index cc1cffdaa..13c87105e 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -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 ################# |