From: Gerrit Renker Date: Sat, 24 Jan 2009 20:50:09 +0000 (+0100) Subject: Don't let make write the filename into the output X-Git-Tag: v0.3.4~73^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=de9a70360fcd3b5285d280ad1f229f679d453603 Don't let make write the filename into the output The 'cd' output in the command echoed the directory into the output, which is not welcome in the output file (gengetopt did not like that). --- diff --git a/ggo/makefile b/ggo/makefile index 4988d6fe..132ea60e 100644 --- a/ggo/makefile +++ b/ggo/makefile @@ -66,4 +66,4 @@ $(ggo_dir)/write.ggo: $(ggo_dir)/loglevel.m4 $(ggo_dir)/client.ggo: $(ggo_dir)/loglevel.m4 $(ggo_dir)/config_file.m4 $(ggo_dir)/%.ggo: $(ggo_dir)/%.m4 $(ggo_dir)/header.m4 - (cd $(ggo_dir) && m4 $( $@ + cd $(ggo_dir); m4 $( $(@F)