Removed old deprecation warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16823 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-27 12:14:26 +00:00
parent 430b6317dc
commit 482804cf83
2 changed files with 0 additions and 10 deletions

View file

@ -34,11 +34,6 @@ endif
internal-objc_program-install_ \
internal-objc_program-uninstall_
# Deprecation warning - will be remove on Dec 2002
ifneq ($(OBJC_PROGRAM_INSTALLATION_DIR),)
$(warning OBJC_PROGRAM_INSTALLATION_DIR is deprecated! Please use OBJC_PROGRAM_INSTALL_DIR instead)
endif
# This is the directory where the objc programs get installed. If you
# don't specify a directory they will get installed in the Tools
# directory in GNUSTEP_LOCAL_ROOT.

View file

@ -35,11 +35,6 @@ endif
internal-tool-uninstall_ \
internal-tool-copy_into_dir
# Deprecation warning - will be remove on Dec 2002
ifneq ($(TOOL_INSTALLATION_DIR),)
$(warning TOOL_INSTALLATION_DIR is deprecated! Please use TOOL_INSTALL_DIR instead)
endif
# This is the directory where the tools get installed. If you don't specify a
# directory they will get installed in the GNUstep Local Root.
ifeq ($(TOOL_INSTALL_DIR),)