]> git.sur5r.net Git - openldap/commitdiff
Patch: incomplete 'make clean' in liblunicode (ITS#1791)
authorKurt Zeilenga <kurt@openldap.org>
Sat, 4 May 2002 23:13:51 +0000 (23:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 4 May 2002 23:13:51 +0000 (23:13 +0000)
In liblunicode, 'make clean' and 'make distclean' do not remove
the symlinks ucdata.h and ure.h.

from Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>

libraries/liblunicode/Makefile.in

index 6bf119d2ff93866497373a05d46dff99b03654eb..5316d023aeb252fdbc19b5eb0cae7476039d55d4 100644 (file)
@@ -42,6 +42,6 @@ install-local: $(PROGRAMS) FORCE
 $(XXSRCS) : .links
 
 clean-local: FORCE
-       @$(RM) *.dat .links
+       @$(RM) *.dat .links $(XXHEADERS)
 
 depend-common: .links