Removed old deprecated variables

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-20 02:04:26 +00:00
parent 4d8dbc0f43
commit dd310a6338
2 changed files with 5 additions and 10 deletions

View file

@ -1,3 +1,8 @@
Sat Jan 19 23:58:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (GNUSTEP_FRAMEWORKS_LIBRARIES_ROOT): Removed.
(GNUSTEP_LIBRARIES_ROOT): Removed.
Sat Jan 19 23:35:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* framework.make (ADDITIONAL_INCLUDE_DIRS): Do not add

View file

@ -172,16 +172,6 @@ GNUSTEP_DOCUMENTATION = $(GNUSTEP_INSTALLATION_DIR)/Documentation
GNUSTEP_DOCUMENTATION_MAN = $(GNUSTEP_DOCUMENTATION)/man
GNUSTEP_DOCUMENTATION_INFO = $(GNUSTEP_DOCUMENTATION)/info
#
# Variables defined only for backward compatibility with older gnustep-makes
#
# Will be removed any time after 31 December 2001.
#
# DEPRECATED - use GNUSTEP_FRAMEWORKS_LIBRARIES instead
GNUSTEP_FRAMEWORKS_LIBRARIES_ROOT = $(GNUSTEP_FRAMEWORKS_LIBRARIES)
# DEPRECATED - use GNUSTEP_LIBRARIES instead
GNUSTEP_LIBRARIES_ROOT = $(GNUSTEP_LIBRARIES)
# The default name of the makefile to be used in recursive invocations of make
ifeq ($(MAKEFILE_NAME),)
MAKEFILE_NAME = GNUmakefile