ICU-3 link w/ C++

X-SVN-Rev: 2758
This commit is contained in:
Yves Arrouye 2000-10-20 07:05:17 +00:00
parent 5ee8cc8a0d
commit 13240a40ed

View file

@ -100,7 +100,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) -o $@ $^ $(LIBS)
$(LINK.cc) -o $@ $^ $(LIBS)
ifeq (,$(MAKECMDGOALS))
-include $(DEPS)