mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa336e8217
commit
914c38ff21
1 changed files with 3 additions and 2 deletions
|
@ -39,8 +39,9 @@ ifeq ($(RULES_MAKE_LOADED),)
|
|||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
endif
|
||||
|
||||
# This is the directory where the ctools get installed. If you don't specify a
|
||||
# directory they will get installed in the GNUstep system root.
|
||||
# This is the directory where the ctools get installed. If you don't
|
||||
# specify a directory they will get installed in the GNUstep Local
|
||||
# root.
|
||||
ifeq ($(CTOOL_INSTALLATION_DIR),)
|
||||
CTOOL_INSTALLATION_DIR = $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_DIR)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue