]> git.donarmstrong.com Git - lilypond.git/commitdiff
Get rid of dummy.dep make warning
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 17 Aug 2008 20:58:05 +0000 (22:58 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 18 Aug 2008 21:12:12 +0000 (23:12 +0200)
stepmake/stepmake/generic-targets.make

index 03074040805a8427b0abb87470e9708c37bb80ce..24f8f65aed78931837c548d82132f4b3dae5f68e 100644 (file)
@@ -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