From 7f1abf635535124be446f41f7b186fa3a0a4fe68 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 16 Oct 2001 17:11:29 +0000 Subject: [PATCH] ICU-1211 Fix gmake clean when switching platform builds X-SVN-Rev: 6258 --- icu4c/source/extra/uconv/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/icu4c/source/extra/uconv/Makefile.in b/icu4c/source/extra/uconv/Makefile.in index 1d33a6990fe..35c2073c1db 100644 --- a/icu4c/source/extra/uconv/Makefile.in +++ b/icu4c/source/extra/uconv/Makefile.in @@ -108,7 +108,9 @@ $(RESDIR)/%.res: $(srcdir)/%.txt @$(MKINSTALLDIRS) $(RESDIR) $(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) $^ -ifneq ($(MAKECMDGOALS),distclean) --include $(DEPS) -endif + +# Don't do this. This is a problem when changing platforms. +#ifneq ($(MAKECMDGOALS),distclean) +#-include $(DEPS) +#endif