Removed old obsolete deprecation warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-27 09:46:58 +00:00
parent efa4e5b628
commit 285a8d3584

View file

@ -30,11 +30,6 @@ ifeq ($(RULES_MAKE_LOADED),)
include $(GNUSTEP_MAKEFILES)/rules.make
endif
# Deprecation warning - will be remove on Dec 2002
ifneq ($(CTOOL_INSTALLATION_DIR),)
$(warning CTOOL_INSTALLATION_DIR is deprecated! Please use CTOOL_INSTALL_DIR instead)
endif
# 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.