Skip to content
Snippets Groups Projects
Commit f9687f6c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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 <h.b.furuseth@usit.uio.no>
parent bffa43e7
Branches
Tags
No related merge requests found
......@@ -42,6 +42,6 @@ install-local: $(PROGRAMS) FORCE
$(XXSRCS) : .links
clean-local: FORCE
@$(RM) *.dat .links
@$(RM) *.dat .links $(XXHEADERS)
depend-common: .links
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment