X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=969591c487b6c59faa4e8ad4fedcf85d8015829e;hb=0864531e586dcbac02ea45a3c1f1c0ea24db1551;hp=91d8a5574134610aa17298ab2de2f0a95aaecacf;hpb=8f15857589d3d65ee80dccfc6e9971c277f31de6;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 91d8a55741..969591c487 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -4,7 +4,7 @@ ## ## include Makefile.in for OpenLDAP -all-local: ldap_config.h ol_version0.h FORCE +all-local: ldap_config.h FORCE install-local: FORCE -$(MKDIR) $(DESTDIR)$(includedir) @@ -50,6 +50,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ + localedir=$(localedir); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -58,12 +59,10 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ + -e "s;%LOCALEDIR%;$$localedir;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ -ol_version0.h: $(top_srcdir)/build/version.h - $(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ - all-common: all-local install-common: all-common install-local clean-common: clean-local