From: fred Date: Sun, 24 Mar 2002 19:40:44 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4872 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb018a9eb5ceab44924dab2f9b9ab6f96f1ec310;p=lilypond.git lilypond-0.0.65 --- diff --git a/lily/Makefile b/lily/Makefile index 08088271ff..23145c0b40 100644 --- a/lily/Makefile +++ b/lily/Makefile @@ -16,7 +16,6 @@ depth = .. # include Stable.make include ./$(depth)/make/Variables.make -include ./$(depth)/make/Files.make include .version # @@ -48,6 +47,7 @@ MODULE_LIBES= -llily -lflower # default: $(EXECUTABLE) # +include ./$(depth)/make/Files.make # generic targets and rules: # @@ -61,16 +61,6 @@ $(outdir)/lexer.cc: $(outdir)/parser.hh # -# list of depend files: -# -DEPFILES = $(wildcard $(depdir)/*.dep) -# - -# auto dependencies: -# --include /dev/null $(DEPFILES) -# - localclean: rm -f $(outdir)/parser.* $(outdir)/lexer.cc