Use GNUSTEP_MAKEFILES in place of $(GNUSTEP_SYSTEM_ROOT)/Makefiles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2739 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-02-06 19:15:05 +00:00
parent e790d1bb94
commit cc0031d356
11 changed files with 35 additions and 27 deletions

View file

@ -32,7 +32,7 @@ OBJC_PROGRAM_MAKE_LOADED=yes
#
# Include in the common makefile rules
#
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/rules.make
include $(GNUSTEP_MAKEFILES)/rules.make
ifeq ($(INTERNAL_objc_program_NAME),)