mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-29 16:31:13 +00:00
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:
parent
eca9308593
commit
4a4bf85ae4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue