mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-254 fixed patsubst triggering deletions
X-SVN-Rev: 1109
This commit is contained in:
parent
3e1d8d13a3
commit
1c27076235
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
rm -f Makefile config.cache config.log config.status config/Makefile
|
||||
rm -f common/unicode/platform.h common/icucfg.h
|
||||
ifeq ($(patsubst %..%,,@RELATIVEDATADIR@),@RELATIVEDATADIR@)
|
||||
ifeq ($(patsubst ..%,,@RELATIVEDATADIR@),@RELATIVEDATADIR@)
|
||||
rm -f @DATABUILDDIR@/../source/test/testdata/*.goo @DATABUILDDIR@/../source/test/testdata/*.txt @DATABUILDDIR@/../source/test/testdata/*.uni
|
||||
rm -f @DATABUILDDIR@/UnicodeData-$(UNICODE_VERSION).txt @DATABUILDDIR@/thaidict.brk
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue