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:
Gregory John Casamento 2008-11-27 16:57:29 +00:00
parent cf5e1561a9
commit 2269ad78ec
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -2,7 +2,6 @@
# GNUmakefile - Generated by ProjectCenter
#
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
#

View file

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