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:
Nicola Pero 2001-04-26 15:49:23 +00:00
parent 66116dab94
commit e603e01c89

View file

@ -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),)