mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-254 remove .sentinel when cleaning data.
X-SVN-Rev: 1104
This commit is contained in:
parent
bb2ce2ca2a
commit
3c4932d31d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ clean-local:
|
|||
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
rm -f $(TARGET) $(OBJECTS)
|
||||
|
||||
distclean-local: clean-local
|
||||
distclean-local: clean-local clean-sentinel
|
||||
rm -f Makefile $(DEPS) $(CNV_FILES)
|
||||
rm -f @DATABUILDDIR@/*.col
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue