Replace $GNUSTEP_SYSTEM_ROOT/Makefiles with $GNUSTEP_MAKEFILES

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@16365 72102866-910b-0410-8b05-ffd578937521
main
fedor 23 years ago
parent ce5c7dd302
commit 2020802162

@ -1,3 +1,8 @@
2003-04-04 Adam Fedor <fedor@gnu.org>
* GNUmakefile: Use $(GNUSTEP_MAKEFILES) instead of
$(GNUSTEP_SYSTEM_ROOT)/Makefiles
2003-03-07 Adam Fedor <fedor@gnu.org> 2003-03-07 Adam Fedor <fedor@gnu.org>
* libobjc.def: Add some symbols * libobjc.def: Add some symbols

@ -23,7 +23,7 @@
# #
# $Id$ # $Id$
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME = gnustep-objc PACKAGE_NAME = gnustep-objc
VERSION=1.2.3 VERSION=1.2.3
@ -162,9 +162,9 @@ ifeq ($(GNUSTEP_MAKE_MAJOR_VERSION),1)
endif endif
ifeq ($(USE_LIBRARY_MAKE),yes) ifeq ($(USE_LIBRARY_MAKE),yes)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/library.make include $(GNUSTEP_MAKEFILES)/library.make
else else
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/clibrary.make include $(GNUSTEP_MAKEFILES)/clibrary.make
endif endif
-include GNUmakefile.postamble -include GNUmakefile.postamble

Loading…
Cancel
Save