From: Jan Nieuwenhuizen Date: Thu, 13 Jun 2002 13:47:35 +0000 (+0000) Subject: Don't install stepmake. This breaks X-Git-Tag: release/1.5.61~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3072325f266c19ba3a167ab52c83206e7a826a8a;p=lilypond.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1e48890ceb..66c5dddc8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-06-13 Jan Nieuwenhuizen + * 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 (/). diff --git a/stepmake/GNUmakefile.in b/stepmake/GNUmakefile.in index a4cab0e0ae..668391de00 100644 --- a/stepmake/GNUmakefile.in +++ b/stepmake/GNUmakefile.in @@ -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 #