mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
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:
parent
cbde9aed9a
commit
efbe1eac39
4 changed files with 3 additions and 4 deletions
|
@ -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.
|
|
@ -3,7 +3,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue