mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
430b6317dc
commit
482804cf83
2 changed files with 0 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue