ICU-9732 Fixed tzdata build problem - additional fix to r32877
X-SVN-Rev: 33387
This commit is contained in:
parent
8de4b4f848
commit
c9e04c602c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user