mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1211 Fix gmake clean when switching platform builds
X-SVN-Rev: 6258
This commit is contained in:
parent
a14633e67f
commit
7f1abf6355
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue