mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
fe9cbc4332
commit
2c32a812a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue