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:
Nicola Pero 2001-09-30 22:11:23 +00:00
parent fa336e8217
commit 914c38ff21

View file

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