* Makefile.in: Remove many duplicate variables.
From-SVN: r73258
This commit is contained in:
parent
bdc960c82f
commit
487e9fff78
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user