(CC): Use autoconf value.

(OLDAR_FLAGS): Move next to $(OLDAR).

From-SVN: r14409
This commit is contained in:
Doug Evans 1997-07-10 17:07:44 +00:00
parent ffde607660
commit b614ee64c3
1 changed files with 2 additions and 2 deletions

View File

@ -66,13 +66,12 @@ T_CFLAGS =
X_CPPFLAGS =
T_CPPFLAGS =
CC = cc
CC = @CC@
BISON = bison
BISONFLAGS =
LEX = flex
LEXFLAGS =
AR = ar
OLDAR_FLAGS = qc
AR_FLAGS = rc
DLLTOOL = dlltool
SHELL = /bin/sh
@ -110,6 +109,7 @@ CCLIBFLAGS = -O
# Version of ar to use when compiling libgcc1.a.
OLDAR = ar
OLDAR_FLAGS = qc
# Target to use when installing include directory. Either
# install-headers-tar or install-headers-cpio.