Updated for change in gnsutep-make's treatment of cvs-* targest

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@11470 72102866-910b-0410-8b05-ffd578937521
main
nico 24 years ago
parent a482170996
commit 6c31d2e0e1

@ -1,3 +1,7 @@
Thu Nov 22 01:14:31 2001 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile (CVS_MODULE_NAME): Define.
2001-11-11 Adam Fedor <fedor@gnu.org> 2001-11-11 Adam Fedor <fedor@gnu.org>
* GNUmakefile: Version 1.1.0 * GNUmakefile: Version 1.1.0
@ -14,7 +18,7 @@ Tue Oct 16 03:39:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
(CLIBRARY_NAME): Define for gnustep-make version later than 1. (CLIBRARY_NAME): Define for gnustep-make version later than 1.
* GNUmakefile: Include library.make if gnustep-make version * GNUmakefile: Include library.make if gnustep-make version
is 1; include clibrary.make if gnustep-make version is > 1. is 1; include clibrary.make if gnustep-make version is > 1.
Mon Oct 1 03:36:50 2001 Nicola Pero <n.pero@mi.flashnet.it> Mon Oct 1 03:36:50 2001 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile (LIBRARY_INSTALL_DIR): Only include this definition * GNUmakefile (LIBRARY_INSTALL_DIR): Only include this definition

@ -28,6 +28,8 @@ include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
PACKAGE_NAME = gnustep-objc PACKAGE_NAME = gnustep-objc
VERSION=1.1.0 VERSION=1.1.0
CVS_MODULE_NAME = gnustep/dev-apps/libobjc
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
# make sure we don't install in a library-combo dir # make sure we don't install in a library-combo dir

Loading…
Cancel
Save