From 3072325f266c19ba3a167ab52c83206e7a826a8a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 13 Jun 2002 13:47:35 +0000 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ stepmake/GNUmakefile.in | 3 +++ 2 files changed, 7 insertions(+) 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 # -- 2.39.5