* Makefile.in: Remove many duplicate variables.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Tue, 4 Nov 2003 20:48:50 +0000 (20:48 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 4 Nov 2003 20:48:50 +0000 (20:48 +0000)
From-SVN: r73258

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 1d33b4adf1e37b9defbfd6861f5a72e8c6e196ce..74ad14b24ea2dfa5d6df927b7e3c42b4ca41b57c 100644 (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).
index 9aa5fa5e5e1de09e6965c4f3a8c7b6d85c02fb08..3bb9c6870a2fb728954f7d56063f9a9bb114c4f9 100644 (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