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
This commit is contained in:
Nicola Pero 2006-10-09 21:51:47 +00:00
parent cbde9aed9a
commit efbe1eac39
4 changed files with 3 additions and 4 deletions

View file

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

View file

@ -3,7 +3,6 @@
#
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#

View file

@ -3,7 +3,6 @@
#
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#

View file

@ -3,7 +3,6 @@
#
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#