From efbe1eac39cf18599e70037d9949c4346bde21b0 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 9 Oct 2006 21:51:47 +0000 Subject: [PATCH] Do not set GNUSTEP_INSTALLATION_DIR in the GNUmakefile git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@23809 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 +++- Library/GNUmakefile | 1 - Library/Resources/GNUmakefile | 1 - Modules/GNUmakefile | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43cf464..9cbdefe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,4 +2,6 @@ * GNUmakefile (GNUSTEP_INSTALLATION_DIR): Do not set GNUSTEP_INSTALLATION_DIR. It should never be set in GNUmakefiles. - + * Library/GNUmakefile: Same change. + * Modules/GNUmakefile: Same change. + * ProjectCenter/Resources/GNUmakefile: Same change. \ No newline at end of file diff --git a/Library/GNUmakefile b/Library/GNUmakefile index efeb1df..4dda1f1 100644 --- a/Library/GNUmakefile +++ b/Library/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # diff --git a/Library/Resources/GNUmakefile b/Library/Resources/GNUmakefile index 357b154..fc16d99 100644 --- a/Library/Resources/GNUmakefile +++ b/Library/Resources/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # diff --git a/Modules/GNUmakefile b/Modules/GNUmakefile index b577a97..aa7e3d0 100644 --- a/Modules/GNUmakefile +++ b/Modules/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) #