Correction to previous commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-03-26 06:38:55 +00:00
parent e13a923c4d
commit de93235a77
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-03-26 01:49 Gregory John Casamento <greg_casamento@yahoo.com>
* GNUmakefile: Correction to previous commit. Compile palettes
after GormLib/InterfaceBuilder library.
2005-03-26 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
These changes allow the build to work correctly on UNIX and

View file

@ -41,8 +41,8 @@ SUBPROJECTS = \
GormObjCHeaderParser
else
SUBPROJECTS = \
Palettes \
GormLib \
Palettes \
GormObjCHeaderParser
endif