mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Removed obsolete variable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24516 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93cdabeb4f
commit
9548054560
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile.in (GNUSTEP_FLATTENED): Obsolete variable
|
||||
removed.
|
||||
|
||||
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Version: Set to 1.14.0 which really means 'unstable version
|
||||
|
|
|
@ -49,9 +49,6 @@ makedir = $(DESTDIR)@GNUSTEP_MAKEFILES@
|
|||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
# GNUSTEP_FLATTENED is obsolete, please use GNUSTEP_IS_FLATTENED
|
||||
# instead
|
||||
GNUSTEP_FLATTENED = @GNUSTEP_FLATTENED@
|
||||
GNUSTEP_IS_FLATTENED = @GNUSTEP_IS_FLATTENED@
|
||||
GNUSTEP_TARGET_CPU = @clean_target_cpu@
|
||||
GNUSTEP_TARGET_VENDOR = @clean_target_vendor@
|
||||
|
|
Loading…
Reference in a new issue