From de9a70360fcd3b5285d280ad1f229f679d453603 Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Sat, 24 Jan 2009 21:50:09 +0100 Subject: [PATCH] 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). --- ggo/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2