From c4081bbf480eacd1f08fdc10fa68c65079583187 Mon Sep 17 00:00:00 2001 From: nicola Date: Wed, 15 Nov 2006 17:24:58 +0000 Subject: [PATCH] Use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@24099 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 5 +++++ GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index 9d9b6db..607722b 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,8 @@ +2006-11-15 Nicola Pero + + * GNUmakefile (GNUSTEP_INSTALLATION_DOMAIN): Use + GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR. + 2006-10-02 Nicola Pero * GNUmakefile: Drop library.make hack that was used to support diff --git a/GNUmakefile b/GNUmakefile index a3eaa9e..7a0a271 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,7 +33,7 @@ CVS_TAG_NAME=objc # FIXME - remove this, but when we remove it, also update # gnustep-make's configure.ac script to check in GNUSTEP_LOCAL_ROOT # too! Else this wouldn't be found. -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +GNUSTEP_INSTALLATION_DOMAIN = SYSTEM CLIBRARY_NAME = libobjc