X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fmakefile;h=48fff2e4ad765e0046d79ba5c8023c92673f99cb;hb=49ae9b0afbaa8b1ac05c7956f325c4f7a710b59a;hp=4d40eddae2d3ce4052d27a17429f26a24fdcd176;hpb=5000a12ad288893d494ccd04d061752ed022d1d0;p=paraslash.git diff --git a/ggo/makefile b/ggo/makefile index 4d40edda..48fff2e4 100644 --- a/ggo/makefile +++ b/ggo/makefile @@ -3,7 +3,8 @@ $(cmdline_dir): mkdir -p $(cmdline_dir) $(cmdline_dir)/%_recv.cmdline.h $(cmdline_dir)/%_recv.cmdline.c: $(ggo_dir)/%_recv.ggo | $(cmdline_dir) - gengetopt $(module_ggo_opts) \ + @[ -z "$(Q)" ] || echo 'GGO $<' + $(Q) $(GENGETOPT) $(module_ggo_opts) \ --output-dir=$(cmdline_dir) \ --set-package=$(subst .ggo,,$( $(@F) + @[ -z "$(Q)" ] || echo 'M4 $<' + $(Q) cd $(ggo_dir); m4 $( $(@F)