X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=29beddeb2fbdaa48a2b5517722aef92b04b3e4e1;hb=b1dbdcac78933ebb80eb84ba652d47330758e85b;hp=faa6d2af3b0de7a20d46b8da2e8bece7598d8e91;hpb=72f619fd387991489fe47af8f00f21172e1f9939;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index faa6d2af..29beddeb 100644 --- a/Makefile.real +++ b/Makefile.real @@ -132,7 +132,7 @@ $(cmdlist_dir)/%.command_list.h: %.cmd %.c | $(cmdlist_dir) $(cmdlist_dir)/%.command_list.man: %.cmd %.c | $(cmdlist_dir) @[ -z "$(Q)" ] || echo 'GEN $@' $(Q) ./command_util.bash man < $< > $@ -$(cmdlist_dir)/%.completion.h: %.cmd %.c | $(cmdlist_dir) +$(cmdlist_dir)/%.completion.h: %.cmd | $(cmdlist_dir) @[ -z "$(Q)" ] || echo 'GEN $@' $(Q) ./command_util.bash compl $(strip $(call TOUPPER,$(*F)))_COMPLETERS \ $(strip $(call TOUPPER,$(*F)))_COMMANDS < $< > $@