From: fred Date: Sun, 24 Mar 2002 19:30:05 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5485 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a47f451eb1db782274b577728fa1b2611965e3b;p=lilypond.git lilypond-0.0.26 --- diff --git a/.dstreamrc b/.dstreamrc index da11eb77db..5ca2fa850c 100644 --- a/.dstreamrc +++ b/.dstreamrc @@ -13,10 +13,10 @@ Idealspacing 1 # yydebug InitParser 1 -Parser 0 - +Parser 1 # FlexLexer debug +InitLexer 1 Lexer 1 parse_duration 1 diff --git a/Makefile b/Makefile index c2b59dc66a..75f56e1ccd 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: done distclean: clean - rm -f version.hh $(gencc) .GENERATE *~ deps/*.dep + rm -f version.hh $(gencc) .GENERATE *~ $(ALLDEPS) all: kompijl doc @@ -34,7 +34,7 @@ $(OBJECTDIR)/%.o: $(CCDIR)/%.cc include $(DEPDIR)/*.dep -version.o: $(obs) version.hh +$(OBJECTDIR)/version.o: $(obs) $(HEADERDIR)/version.hh include Generate.make