ICU-865 os/390 porting changes.
X-SVN-Rev: 3917
This commit is contained in:
parent
9b3f79c05f
commit
aac0ced986
@ -31,12 +31,6 @@ TARGET = genuca
|
||||
|
||||
ENABLE_STATIC = @ENABLE_STATIC@
|
||||
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
LINK = $(LINK.cc)
|
||||
else
|
||||
LINK = $(LINK.c)
|
||||
endif
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/extra/ustdio -I$(srcdir)/../toolutil
|
||||
CFLAGS = @CFLAGS@
|
||||
@ -91,7 +85,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(TARGET) : $(OBJECTS)
|
||||
$(LINK) -o $@ $^ $(LIBS)
|
||||
$(LINK.cc) -o $@ $^ $(LIBS)
|
||||
|
||||
|
||||
# the 'mv' will always fail if you are building in the source dir
|
||||
|
Loading…
Reference in New Issue
Block a user