diff --git a/ChangeLog b/ChangeLog index 4bb33099d..40a12fa4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2008-12-19 Nicola Pero * 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. diff --git a/GNUmakefile b/GNUmakefile index dac36ebdc..4de432e93 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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