mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Fixed comment, tidied line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66116dab94
commit
e603e01c89
1 changed files with 2 additions and 3 deletions
|
@ -37,10 +37,9 @@ TOOL_NAME:=$(strip $(TOOL_NAME))
|
|||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
||||
# This is the directory where the tools get installed. If you don't specify a
|
||||
# directory they will get installed in the GNUstep system root.
|
||||
# directory they will get installed in the GNUstep Local Root.
|
||||
ifeq ($(TOOL_INSTALLATION_DIR),)
|
||||
TOOL_INSTALLATION_DIR = \
|
||||
$(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR)
|
||||
TOOL_INSTALLATION_DIR = $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR)
|
||||
endif
|
||||
|
||||
ifeq ($(INTERNAL_tool_NAME),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue