mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
Fix for bug #24674.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27159 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf5e1561a9
commit
2269ad78ec
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-27 12:01-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Framework/GNUmakefile
|
||||
* GNUmakefile: Correction for bug #24674.
|
||||
|
||||
2008-11-27 01:29-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Framework/PCProjectBrowser.m: Check return value of
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# GNUmakefile - Generated by ProjectCenter
|
||||
#
|
||||
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -9,7 +9,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||
endif
|
||||
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue