CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/15 21:23:41

Modified files:
        .              : ChangeLog 
        lily           : GNUmakefile 

Log message:
        ($(outdir)/FlexLexer.h): conditional dependency
        for FlexLexer.h

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3619&tr2=1.3620&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/GNUmakefile.diff?tr1=1.47&tr2=1.48&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3619 lilypond/ChangeLog:1.3620
--- lilypond/ChangeLog:1.3619   Sun May 15 21:22:07 2005
+++ lilypond/ChangeLog  Sun May 15 21:23:41 2005
@@ -1,5 +1,8 @@
 2005-05-15  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
+       for FlexLexer.h
+
        * scripts/lilypond-invoke-editor.scm: remove stray -
 
 2005-05-15  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
Index: lilypond/lily/GNUmakefile
diff -u lilypond/lily/GNUmakefile:1.47 lilypond/lily/GNUmakefile:1.48
--- lilypond/lily/GNUmakefile:1.47      Sat May 14 23:58:43 2005
+++ lilypond/lily/GNUmakefile   Sun May 15 21:23:41 2005
@@ -47,8 +47,10 @@
 $(outdir)/lily-lexer.o: $(outdir)/parser.hh $(outdir)/FlexLexer.h
 $(outdir)/lexer.o: $(outdir)/parser.hh $(outdir)/version.hh
 
+ifneq($(FLEXLEXER_PATH),)
 $(outdir)/FlexLexer.h: $(FLEXLEXER_PATH)/FlexLexer.h
        cp $<  $@
+endif
 
 
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to