From: janneke Date: Tue, 30 Mar 2004 22:50:17 +0000 (+0000) Subject: ($(outdir)/dummy.dep): X-Git-Tag: release/2.3.9^2~473 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cdb6fb832895f00895fe3b4c2edc1cbf39e695f9;p=lilypond.git ($(outdir)/dummy.dep): Reinstate old code that issues warning. Fixes --srcdir build. --- diff --git a/ChangeLog b/ChangeLog index d5348b9b73..832c6a7e79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-31 Jan Nieuwenhuizen + + * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep): + Reinstate old code that issues warning. Fixes --srcdir build. + 2004-03-30 Jan Nieuwenhuizen * input/wilhelmus.ly: New file. diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 8ab38cb887..73715910e6 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -139,12 +139,13 @@ installextradoc: $(foreach i, $(EXTRA_DOC_FILES),\ cp -r $(i) $(prefix)/doc/$(package) &&) true -# force $(outdir) and dummy.dep into existence -ifeq ($(strip $(wildcard $(outdir)/dummy.dep)),) -unused-var:=$(shell mkdir -p $(outdir); touch $(outdir)/dummy.dep) -endif -include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) +include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) # expect a warning here + +$(outdir)/dummy.dep: + @echo please ignore innocent warning about dummy.dep + -mkdir -p $(outdir) + touch $(outdir)/dummy.dep check: local-check $(LOOP)