Permit local makefile to be missing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-06-12 04:32:26 +00:00
parent 2b842968d6
commit 9dbeded0d6
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* Source/NSObject.m: Fix a few errors which crept in to the map
table based reference counting.
* Examples/GNUmakefile: Permit local makefile to be missing.
2002-06-10 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -46,7 +46,7 @@ custom-zone.m
include Makefile.preamble
include GNUmakefile.local
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/test-tool.make