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