X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2FGNUmakefile;h=abb48fe5ae1324c06f850c6ee4fd4775f2ce606c;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=ea7785b947c687e39f0ce73cb5c94b29600bb657;hpb=b9e58d98b465db5e12c2fa7d13bb529d22814051;p=lilypond.git diff --git a/lily/GNUmakefile b/lily/GNUmakefile index ea7785b947..abb48fe5ae 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -2,7 +2,6 @@ depth = .. NAME = lilypond -SUBDIRS = include MODULE_LIBS=$(depth)/flower MODULE_INCLUDES= $(depth)/flower/include @@ -86,9 +85,3 @@ $(outdir)/relocate.o: $(outdir)/version.hh $(outdir)/warn-scheme.o: $(outdir)/version.hh local-po: $(outdir)/parser.cc - -# ugh. For --srcdir builds, these must exist to satisfy their broken -# lexer.dep and parser.dep file entries. -ifneq ($(configure-srcdir),.) -.PRECIOUS: $(outdir)/lexer.cc $(outdir)/parser.cc -endif