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