ICU-4542 fixed ARFLAGS

X-SVN-Rev: 17725
This commit is contained in:
Steven R. Loomis 2005-05-27 23:49:32 +00:00
parent 52e9df1e33
commit 7e5ec90bf7

View File

@ -153,6 +153,9 @@ platform = @platform@
##################################################################
AIX_SHLIB = @AIX_SHLIB@
AR = @AR@
# initial tab keeps it out of the shell version.
ARFLAGS := @ARFLAGS@ $(ARFLAGS)
#SH#ARFLAGS="@ARFLAGS@ ${ARFLAGS}"
CC = @CC@
CFLAGS = @CFLAGS@
CPP = @CPP@