mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed obsolete variable in makefile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a21f7411b4
commit
f0e4035dcd
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-27 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile (CVS_MODULE_NAME): Do not set (exports should be
|
||||
done from subversion now).
|
||||
|
||||
2007-02-26 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* configure.ac: Updated for new (shorter) GNUSTEP_SYSTEM_DOC_MAN
|
||||
|
|
|
@ -38,7 +38,6 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|||
RPM_DISABLE_RELOCATABLE=YES
|
||||
PACKAGE_NEEDS_CONFIGURE = YES
|
||||
|
||||
CVS_MODULE_NAME = base
|
||||
SVN_MODULE_NAME = base
|
||||
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||
|
||||
|
@ -58,7 +57,7 @@ PACKAGE_NAME = gnustep-base
|
|||
#
|
||||
SUBPROJECTS = Source
|
||||
ifneq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
SUBPROJECTS += SSL
|
||||
SUBPROJECTS += SSL
|
||||
endif
|
||||
SUBPROJECTS += Tools NSTimeZones Resources
|
||||
|
||||
|
|
Loading…
Reference in a new issue