Diff for /include/Makefile.in between versions 1.2 and 1.2.2.3

version 1.2, 1998/10/24 23:41:53 version 1.2.2.3, 1999/01/14 01:02:12
Line 7  all-local: ldapconfig.h FORCE Line 7  all-local: ldapconfig.h FORCE
   
 install-local: FORCE  install-local: FORCE
                 -$(MKDIR) -p $(includedir)                  -$(MKDIR) -p $(includedir)
                 $(INSTALL) $(INSTALLFLAGS) -m 644 ldap.h $(includedir)                  $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir)
                 $(INSTALL) $(INSTALLFLAGS) -m 644 lber.h $(includedir)                  $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir)
                 $(INSTALL) $(INSTALLFLAGS) -m 644 ldap_cdefs.h $(includedir)                  $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir)
                 $(INSTALL) $(INSTALLFLAGS) -m 644 disptmpl.h $(includedir)                  $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/disptmpl.h $(includedir)
                 $(INSTALL) $(INSTALLFLAGS) -m 644 srchpref.h $(includedir)                  $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/srchpref.h $(includedir)
   
 clean-local: FORCE   clean-local: FORCE 
         $(RM) ldapconfig.h          $(RM) ldapconfig.h
   
 veryclean-local: clean-local FORCE  veryclean-local: clean-local FORCE
         $(RM) portable.h          $(RM) portable.h ldap_features.h
   
 depend-local: ldapconfig.h FORCE  depend-local: ldapconfig.h FORCE
   
Line 32  ldapconfig.h: $(srcdir)/ldapconfig.h.edi Line 32  ldapconfig.h: $(srcdir)/ldapconfig.h.edi
         echo "" >> $@; \          echo "" >> $@; \
         $(SED) \          $(SED) \
                         -e 's;%SYSCONFDIR%;$(sysconfdir);' \                          -e 's;%SYSCONFDIR%;$(sysconfdir);' \
                           -e 's;%DATADIR%;$(datadir);' \
                         -e 's;%BINDIR%;$(bindir);' \                          -e 's;%BINDIR%;$(bindir);' \
                         -e 's;%SBINDIR%;$(sbindir);' \                          -e 's;%SBINDIR%;$(sbindir);' \
                         -e 's;%LIBEXECDIR%;$(libexecdir);' \                          -e 's;%LIBEXECDIR%;$(libexecdir);' \

Removed from v.1.2  
changed lines
  Added in v.1.2.2.3


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org