X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fmakefile;h=af90d5bd68cc70d520dbb87fb331ac0ba3f7e317;hp=79e101a3e4e88f3e55b096b90780615b82b2e602;hb=d1e7875caba9aface190dab0de394435a80edd21;hpb=abfb661f35e99e99c09a94d84839356d905af080 diff --git a/m4/gengetopt/makefile b/m4/gengetopt/makefile index 79e101a3..af90d5bd 100644 --- a/m4/gengetopt/makefile +++ b/m4/gengetopt/makefile @@ -13,7 +13,7 @@ $(cmdline_dir)/%.cmdline.h $(cmdline_dir)/%.cmdline.c: $(ggo_dir)/%.ggo | $(cmdl @[ -z "$(Q)" ] || echo 'GGO $<' $(Q) $(GENGETOPT) $(ggo_opts) < $< ifeq ($(ggo_descriptions_declared),no) - echo 'extern const char *$(*F)_args_info_description;' >> $(cmdline_dir)/$(*F).cmdline.h + @echo 'extern const char *$(*F)_args_info_description;' >> $(cmdline_dir)/$(*F).cmdline.h endif $(m4depdir)/%.m4d: $(m4_ggo_dir)/%.m4 | $(m4depdir)