Skip to content
Snippets Groups Projects
Commit 57233907 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4363 avoid running ucgendat unnecessarily

parent a5eef481
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,9 @@ XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
uctable.h: ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.txt
uctable.h: $(XXDIR)/uctable.h
$(XXDIR)/uctable.h: $(XXDIR)/ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.txt
$(MAKE) ucgendat
./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment