From: hjunes Date: Tue, 18 Apr 2006 16:33:29 +0000 (+0000) Subject: revert the "fix". X-Git-Tag: release/2.8.2~9^2~89 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=722afd45ce28417547717a53f217f0312c9913e8;p=lilypond.git revert the "fix". --- diff --git a/ChangeLog b/ChangeLog index 0f97b589d2..b56411ed7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-18 Heikki Junes + + * scripts/GNUmakefile: revert last "fix", which rather broke make. + Earlier successive `make' commands finally compiled ok. + 2006-04-18 Erlend Aasland * lily/include/stem-tremolo.hh: diff --git a/THANKS b/THANKS index 9ea568b509..932175aa31 100644 --- a/THANKS +++ b/THANKS @@ -15,7 +15,6 @@ CONTRIBUTORS Erlend Aasland David Feuer -Heikki Junes Joe Neeman diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile index 4cfa50b554..ce7b006479 100644 --- a/scripts/GNUmakefile +++ b/scripts/GNUmakefile @@ -4,9 +4,8 @@ SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly midi2ly lilypond-invoke-edit STEPMAKE_TEMPLATES=script help2man po LOCALSTEPMAKE_TEMPLATES = lilypond +HELP2MAN_EXECS = $(SEXECUTABLES) include $(depth)/make/stepmake.make include $(stepdir)/executable-targets.make -HELP2MAN_EXECS = $(SEXECUTABLES) -