mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:49:42 +02:00
367bcce8ef
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@872 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
559 B
Diff
13 lines
559 B
Diff
diff -ruN openldap-2.2.26-orig/libraries/liblunicode/Makefile.in openldap-2.2.26-1/libraries/liblunicode/Makefile.in
|
|
--- openldap-2.2.26-orig/libraries/liblunicode/Makefile.in 2005-01-20 18:01:03.000000000 +0100
|
|
+++ openldap-2.2.26-1/libraries/liblunicode/Makefile.in 2005-05-08 15:47:08.000000000 +0200
|
|
@@ -29,7 +29,7 @@
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|
|
-ucgendat: $(XLIBS) ucgendat.o
|
|
+ucgendat: ucgendat.o
|
|
$(LTLINK) -o $@ ucgendat.o $(LIBS)
|
|
./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
|
|
|