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