fixed tiny typo in English comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-03 11:22:11 +00:00
parent fe9cbc4332
commit 2c32a812a4

View file

@ -119,7 +119,7 @@ include $(GNUSTEP_MAKEFILES)/brain.make
# Then include custom makefiles with flags/config options
# This is meant to be used by the core libraries to override loading
# of the system makefiles from $(GNUSTEP_MAKEFILES)/Additional/*.make
# with their local copy (presumable more up-to-date)
# with their local copy (presumably more up-to-date)
ifneq ($(GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES),)
include $(GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES)
endif