mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-04 22:50:57 +00:00
Fixed typo in my last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27348 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f1789e6f5
commit
5eb64c06e0
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
2008-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* All GNUmakefiles: removed GNUSTEP_CORE_SOFTWARE=YES and
|
||||
added PACKAGE_NAME=gnustep-base.
|
||||
added PACKAGE_NAME=gnustep-gui.
|
||||
* GNUmakefile: Export PACKAGE_NAME to reduce chances of a problem
|
||||
if a GNUmakefile in a subdirectory is missing it.
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
|||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=gui.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
PACKAGE_NAME = gnustep-gui
|
||||
|
||||
include ./Version
|
||||
|
||||
# Don't build docs by default
|
||||
|
|
Loading…
Reference in a new issue