mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
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:
parent
154705a4d2
commit
4ec1f9f55b
7 changed files with 11 additions and 11 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue