From 3e1d8d13a397c9eafbdec50c1a4a6df2684f0c9f Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Tue, 11 Apr 2000 01:06:15 +0000 Subject: [PATCH] ICU-251 ugly bad bad bad way of deleting the files that were symlinked during build. But then, symlinking was not that great either; we'll fix all of that later. X-SVN-Rev: 1108 --- icu4c/source/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/Makefile.in b/icu4c/source/Makefile.in index 5a47150c8a8..067c09de992 100644 --- a/icu4c/source/Makefile.in +++ b/icu4c/source/Makefile.in @@ -127,8 +127,10 @@ 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 - rm -f *.goo *.txt *.uni +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 check-local: @@ -153,4 +155,3 @@ builddata: @DATABUILDDIR@/UnicodeData-$(UNICODE_VERSION).txt @DATABUILDDIR@/thai @DATABUILDDIR@/../source/test/testdata/default.goo: $(srcdir)/test/testdata/default.goo ln -s `pwd`/$(srcdir)/test/testdata/*.goo `pwd`/$(srcdir)/test/testdata/*.txt `pwd`/$(srcdir)/test/testdata/*.uni @DATABUILDDIR@/../source/test/testdata/ -