mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
efa4e5b628
commit
285a8d3584
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue