* Makefile.in: Remove many duplicate variables.

From-SVN: r73258
This commit is contained in:
Rainer Orth 2003-11-04 20:48:50 +00:00 committed by Rainer Orth
parent bdc960c82f
commit 487e9fff78
2 changed files with 4 additions and 18 deletions

View File

@ -1,3 +1,7 @@
2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in: Remove many duplicate variables.
2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (dvi): Move targets to $(docobjdir).

View File

@ -109,25 +109,7 @@ LS = ls
RANLIB = ranlib
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST = [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
CC = cc
BISON = bison
BISONFLAGS =
ECHO = echo
LEX = flex
LEXFLAGS =
CHMOD = chmod
CP = cp -p
MV = mv -f
RM = rm -f
RMDIR = rm -rf
MKDIR = mkdir -p
AR = ar
AR_FLAGS = rc
# How to invoke ranlib.
RANLIB = ranlib
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST = [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
SHELL = @SHELL@
PWD_COMMAND = $${PWDCMD-pwd}
# How to copy preserving the date