ICU-1211 Fix gmake clean when switching platform builds

X-SVN-Rev: 6258
This commit is contained in:
George Rhoten 2001-10-16 17:11:29 +00:00
parent a14633e67f
commit 7f1abf6355

View file

@ -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