From: Kurt Zeilenga Date: Sun, 5 Sep 2004 07:20:40 +0000 (+0000) Subject: More shtool stuff X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~568 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68af3bc2873abcba25daa86fa4610b3f55e3dfe5;p=openldap More shtool stuff --- diff --git a/build/top.mk b/build/top.mk index 154be9dd81..a003feb19b 100644 --- a/build/top.mk +++ b/build/top.mk @@ -137,6 +137,7 @@ PWD = pwd RANLIB = @RANLIB@ RM = rm -f SED = sed +SUBST = $(SHTOOL) subst # For manual pages # MANCOMPRESS=@MANCOMPRESS@ diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index e91dcd60cc..5769861222 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -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 ; \