From f9687f6c2a107e4f99921da6f61881aae9f668f6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 4 May 2002 23:13:51 +0000 Subject: [PATCH] Patch: incomplete 'make clean' in liblunicode (ITS#1791) In liblunicode, 'make clean' and 'make distclean' do not remove the symlinks ucdata.h and ure.h. from Hallvard B. Furuseth --- libraries/liblunicode/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index 6bf119d2ff..5316d023ae 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -42,6 +42,6 @@ install-local: $(PROGRAMS) FORCE $(XXSRCS) : .links clean-local: FORCE - @$(RM) *.dat .links + @$(RM) *.dat .links $(XXHEADERS) depend-common: .links -- 2.39.5