mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
More shtool stuff
This commit is contained in:
parent
7e2fe5babe
commit
68af3bc287
2 changed files with 1 additions and 9 deletions
|
|
@ -137,6 +137,7 @@ PWD = pwd
|
|||
RANLIB = @RANLIB@
|
||||
RM = rm -f
|
||||
SED = sed
|
||||
SUBST = $(SHTOOL) subst
|
||||
|
||||
# For manual pages
|
||||
# MANCOMPRESS=@MANCOMPRESS@
|
||||
|
|
|
|||
|
|
@ -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 ; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue