ICU-9732 Fixed tzdata build problem - additional fix to r32877

X-SVN-Rev: 33387
This commit is contained in:
Yoshito Umaoka 2013-03-06 22:29:55 +00:00
parent 8de4b4f848
commit c9e04c602c

View File

@ -149,7 +149,7 @@ clean:
-rm -rf $(TZDIR)
-$(RMV) $(ICUZDUMPTARG) tzorig ./zdumpout/ ./icuzdumpout/
ifneq ($(TZDATA),)
-rm -rf `gunzip -d < $(TZDATA) | tar tf - | grep -o '[^ ]*$$' | tr '\n' ' '`
-rm -rf `gunzip -d < $(TZDATA) | tar tf - --exclude=Makefile | grep -o '[^ ]*$$' | tr '\n' ' '`
-rm tdatamarker
endif