ICU-1748 non multithreaded build, location of AR and RANLIB

X-SVN-Rev: 8045
This commit is contained in:
Steven R. Loomis 2002-03-15 02:13:53 +00:00
parent 70b7817967
commit 63673a298a

View file

@ -2,7 +2,7 @@
#******************************************************************************
# Copyright (C) 1999-2001, International Business Machines
# Corporation and others. All Rights Reserved.
# $Revision: 1.25 $
# $Revision: 1.26 $
#******************************************************************************
# This Makefile is designed to be included into projects which make use
# of the ICU.
@ -58,7 +58,9 @@ LIB_VERSION = @LIB_VERSION@
LIB_VERSION_MAJOR = @LIB_VERSION_MAJOR@
CC = @CC@
CXX = @CXX@
AIX_SHLIB = @AIX_SHLIB@
AR = @AR@
RANLIB = @RANLIB@
# Commands to make a shared library
# (Overridden when necessary in -mh files)
SHLIB.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared