]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.42
authorfred <fred>
Sun, 24 Mar 2002 19:34:57 +0000 (19:34 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:34:57 +0000 (19:34 +0000)
flower/lib/Makefile

index 9bb2cfff69406350b325439601879e6198d74fdf..0c1d299dca9f0ab605c6abbe2113f4b6413afb41 100644 (file)
@@ -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)
 #