Renamed brain.make to library-combo.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11661 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-08 17:01:14 +00:00
parent 069362ace1
commit 764ead3a4f
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
Sat Dec 8 13:27:12 2001 Nicola Pero <n.pero@mi.flashnet.it>
* brain.make: Renamed to library-combo.make.
* GNUmakefile.in (MAKE_FILES): Updated for change.
* common.make: Updated for change.
Thu Dec 6 09:11:51 2001 Nicola Pero <n.pero@mi.flashnet.it>
* bundle.make (internal-bundle-install): Use h option with tar to

View file

@ -75,8 +75,9 @@ PERL = @PERL@
VERTAG = `echo $(GNUSTEP_MAKE_VERSION) | tr '.' '_'`
MAKE_FILES = aggregate.make application.make bundle.make service.make \
common.make brain.make java.make jni.make library.make rules.make \
target.make tool.make ctool.make test-library.make names.make \
common.make library-combo.make java.make jni.make library.make \
rules.make target.make names.make \
tool.make ctool.make test-library.make \
objc.make test-application.make test-tool.make subproject.make \
palette.make gswapp.make gswbundle.make clibrary.make \
documentation.make MediaBook.func executable.template \

View file

@ -115,7 +115,7 @@ endif
#
# First, work out precisely library combos etc
include $(GNUSTEP_MAKEFILES)/brain.make
include $(GNUSTEP_MAKEFILES)/library-combo.make
# Then include custom makefiles with flags/config options
# This is meant to be used by the core libraries to override loading
# of the system makefiles from $(GNUSTEP_MAKEFILES)/Additional/*.make