Removed unused variables from gnustep-make's GNUmakefile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14691 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-09 11:50:12 +00:00
parent b2d8447183
commit e233c26015
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
Wed Oct 9 12:38:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (exec_prefix, bindir, libdir, includedir,
datadir): Unused variables removed.
Wed Oct 9 12:26:21 2002 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (librarydir): Unused variable removed.

View file

@ -37,11 +37,6 @@ GNUSTEP_LOCAL_ROOT = $(special_prefix)@GNUSTEP_LOCAL_ROOT@
GNUSTEP_NETWORK_ROOT = $(special_prefix)@GNUSTEP_NETWORK_ROOT@
srcdir = @srcdir@
VPATH = @srcdir@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
includedir = @includedir@
datadir = @datadir@
GNUSTEP_FLATTENED = @GNUSTEP_FLATTENED@
GNUSTEP_TARGET_CPU = @clean_target_cpu@