]> git.donarmstrong.com Git - lilypond.git/commitdiff
Don't install stepmake. This breaks
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 13 Jun 2002 13:47:35 +0000 (13:47 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 13 Jun 2002 13:47:35 +0000 (13:47 +0000)
the use of make/ly.make for use as an external makefile.  Probably
noone except for myself ever used this anyway.

ChangeLog
stepmake/GNUmakefile.in

index 1e48890ceb6705a197d0f3e7bcd2b8a8bc04dd76..66c5dddc8f8077b775a89de038ce63d3ee60399e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/GNUmakefile.in: Don't install stepmake.  This breaks
+       the use of make/ly.make for use as an external makefile.  Probably
+       noone except for myself ever used this anyway.
+
        * stepmake/stepmake/GNUmakefile (INSTALLATION_DIR): Bugfix: Adapt
        to new $datadir convention (<package>/<version>).
 
index a4cab0e0aec913413fcd2c60b5346c22d40dc0e1..668391de006ab7ef0409028bdca0ab92e6205938 100644 (file)
@@ -39,6 +39,9 @@ ifeq ($(PACKAGE),STEPMAKE)
 SUBDIRS = bin make stepmake 
 else
 SUBDIRS = stepmake
+# don't install stepmake
+install: local-install
+       @echo Not installing stepmake
 endif
 #