OSDN Git Service

* Makefile.in: Remove many duplicate variables.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2003 20:48:50 +0000 (20:48 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2003 20:48:50 +0000 (20:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73258 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1d33b4a..74ad14b 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 9aa5fa5..3bb9c68 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