From 4a4bf85ae4d5bd1e9582b366cef5d698a94bed1c Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Wed, 29 Oct 1997 18:56:03 +0000 Subject: [PATCH] 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 --- GNUmakefile.in | 2 +- common.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 0608d873..74d0b278 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/common.make b/common.make index d80a8719..3d181886 100644 --- a/common.make +++ b/common.make @@ -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