From 83d37237ff31d2ba8d5b1a1ce1930db58498519d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:34:57 +0000 Subject: [PATCH] lilypond-0.0.42 --- flower/lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) # -- 2.39.5