core.make renamed to brain.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ovidiu Predescu 1997-10-29 18:56:03 +00:00
parent eca9308593
commit 4a4bf85ae4
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ install: all
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
$(INSTALL_PROGRAM) -m 755 debugapp $(tooldir); \
for f in aggregate.make application.make bundle.make clean.make \
common.make core.make library.make rules.make target.make \
common.make brain.make library.make rules.make target.make \
tool.make test.make names.make MediaBook.func; do \
$(INSTALL_DATA) $$f $(makedir); \
done

View file

@ -57,7 +57,7 @@ include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/$(GNUSTEP_TARGET_DIR)/config.make
#
# Determine the core libraries
#
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/core.make
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/brain.make
#
# Determine target specific settings