ICU-1868 link w/ C

X-SVN-Rev: 8511
This commit is contained in:
Yves Arrouye 2002-04-25 18:13:15 +00:00
parent b11e6bcf7f
commit 985ce87495

View file

@ -75,10 +75,10 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.cc) -o $@ $^ $(LIBS)
$(LINK.c) -o $@ $^ $(LIBS)
$(DERB) : $(DERB_OBJ)
$(LINK.cc) -o $@ $^ $(LIBS)
$(LINK.c) -o $@ $^ $(LIBS)
# the 'mv' will always fail if you are building in the source dir