From: John Mandereau Date: Sun, 17 Aug 2008 20:58:05 +0000 (+0200) Subject: Get rid of dummy.dep make warning X-Git-Tag: release/2.11.57-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09dfbd725a0bbfd55d627bac664585b4d2d100b3;p=lilypond.git Get rid of dummy.dep make warning --- diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 0307404080..24f8f65aed 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -147,10 +147,9 @@ installextradoc: -$(INSTALLPY) -d $(DESTDIR)$(prefix)/doc/$(package) cp -r $(EXTRA_DOC_FILES) $(prefix)/doc/$(package) -include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) # expect a warning here +-include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) $(outdir)/dummy.dep: - @echo please ignore innocent warning about dummy.dep -mkdir -p $(outdir) touch $(outdir)/dummy.dep echo '*' > $(outdir)/.gitignore