From: fred Date: Sun, 24 Mar 2002 19:34:57 +0000 (+0000) Subject: lilypond-0.0.42 X-Git-Tag: release/1.5.59~5209 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=83d37237ff31d2ba8d5b1a1ce1930db58498519d;p=lilypond.git lilypond-0.0.42 --- diff --git a/flower/lib/Makefile b/flower/lib/Makefile index 9bb2cfff69..0c1d299dca 100644 --- a/flower/lib/Makefile +++ b/flower/lib/Makefile @@ -23,7 +23,7 @@ include ./$(depth)/make/Variables.make NAME = flower MODULE_NAME = flower include ./$(depth)/flower/.version -build = ./$(depth)/flower/lib/.build +build = ./$(depth)/flower/$(outdir)/.build # # descent order into subdirectories: @@ -78,7 +78,7 @@ default: $(MAINTARGET) # # sic. # $(include-flower)/flower-config.hh: # touch $@ - + # generic targets and rules: # include ./$(depth)/make/Targets.make @@ -92,6 +92,6 @@ DEPFILES = $(shell ls $(depdir)/*.dep $(ERROR_LOG)) # auto dependencies: # --include $(DEPFILES) +-include /dev/null $(DEPFILES) #