From: Kurt Zeilenga Date: Sat, 4 May 2002 23:13:51 +0000 (+0000) Subject: Patch: incomplete 'make clean' in liblunicode (ITS#1791) X-Git-Tag: OPENLDAP_REL_ENG_2_MP~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9687f6c2a107e4f99921da6f61881aae9f668f6;p=openldap 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 --- 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