Do not set GNUSTEP_INSTALLATION_DIR in makefiles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23811 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-10-09 22:07:35 +00:00
parent 154705a4d2
commit 4ec1f9f55b
7 changed files with 11 additions and 11 deletions

View file

@ -1,3 +1,14 @@
2006-10-09 Nicola Pero <nicola.pero@meta-innovation.com>
If you further modify any makefile using ProjectCenter, manually
edit it before committing removing any line that sets
GNUSTEP_INSTALLATION_DIR.
* GNUmakefile: Do not try to set GNUSTEP_INSTALLATION_DIR.
* Documentation/GNUmakefile: Same change.
* GormCore/GNUmakefile: Same change.
* GormObjCHeaderParser/GNUmakefile: Same change.
* GormPrefs/GNUmakefile: Samce change.
2006-10-08 20:32-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Resources/ClassInformation.plist: Add NSSearchField and

View file

@ -1,5 +1,3 @@
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version

View file

@ -24,9 +24,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_MAKEFILES)/common.make
CVS_MODULE_NAME = gorm

View file

@ -24,9 +24,6 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME=GormCore

View file

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

View file

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

View file

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