]> git.sur5r.net Git - openldap/commitdiff
More shtool stuff
authorKurt Zeilenga <kurt@openldap.org>
Sun, 5 Sep 2004 07:20:40 +0000 (07:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 5 Sep 2004 07:20:40 +0000 (07:20 +0000)
build/top.mk
libraries/liblunicode/Makefile.in

index 154be9dd814e69d5b8c8350597fd6caf3f631d09..a003feb19b14061986396a51847f7007bdc6e507 100644 (file)
@@ -137,6 +137,7 @@ PWD = pwd
 RANLIB = @RANLIB@
 RM = rm -f
 SED = sed
+SUBST = $(SHTOOL) subst
 
 # For manual pages
 # MANCOMPRESS=@MANCOMPRESS@
index e91dcd60ccda607c29583c74fec18d2738034ad5..5769861222b1038ad458e9ec3820fdc815e786c2 100644 (file)
@@ -36,15 +36,6 @@ uctable.h: ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.
 ucgendat: $(XLIBS) ucgendat.o
        $(LTLINK) -o $@ ucgendat.o $(LIBS)
 
-#DATFILES = case.dat cmbcl.dat comp.dat ctype.dat decomp.dat num.dat kdecomp.dat
-
-#install-local: $(PROGRAMS) FORCE
-#      -$(MKDIR) $(DESTDIR)$(datadir)/ucdata
-#      @for i in $(DATFILES); do \
-#              echo $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
-#              $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
-#      done
-
 .links :
        @for i in $(XXSRCS) $(XXHEADERS); do \
                $(RM) $$i ; \