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
main
nicola 19 years ago
parent f0765bc994
commit c4081bbf48

@ -1,3 +1,8 @@
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile (GNUSTEP_INSTALLATION_DOMAIN): Use
GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR.
2006-10-02 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile: Drop library.make hack that was used to support

@ -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

Loading…
Cancel
Save