From 13240a40edd18a8faeea9fcfa858ff9357068d67 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Fri, 20 Oct 2000 07:05:17 +0000 Subject: [PATCH] ICU-3 link w/ C++ X-SVN-Rev: 2758 --- icu4c/source/samples/XMLConverter/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/samples/XMLConverter/Makefile.in b/icu4c/source/samples/XMLConverter/Makefile.in index f498ee03cef..e21935240da 100644 --- a/icu4c/source/samples/XMLConverter/Makefile.in +++ b/icu4c/source/samples/XMLConverter/Makefile.in @@ -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)