Diff for /include/Makefile.in between versions 1.33 and 1.33.2.5

version 1.33, 2006/01/03 22:12:05 version 1.33.2.5, 2010/04/13 20:22:47
Line 1 Line 1
 # include Makefile.in for OpenLDAP  # include Makefile.in for OpenLDAP
 # $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.32 2005/08/25 18:09:33 kurt Exp $  # $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.33.2.4 2009/01/22 00:00:51 kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.  ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##  ##
 ## Copyright 1998-2006 The OpenLDAP Foundation.  ## Copyright 1998-2010 The OpenLDAP Foundation.
 ## All rights reserved.  ## All rights reserved.
 ##  ##
 ## Redistribution and use in source and binary forms, with or without  ## Redistribution and use in source and binary forms, with or without
Line 50  ldap_config.h: $(LDAP_CONFIG) Makefile Line 50  ldap_config.h: $(LDAP_CONFIG) Makefile
                 $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \                  $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
             libexecdir=`cygpath -w $(libexecdir) | \              libexecdir=`cygpath -w $(libexecdir) | \
                 $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \                  $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
               moduledir=`cygpath -w $(moduledir) | \
                   $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
             localstatedir=`cygpath -w $(localstatedir) | \              localstatedir=`cygpath -w $(localstatedir) | \
                 $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \                  $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
         else \          else \
Line 58  ldap_config.h: $(LDAP_CONFIG) Makefile Line 60  ldap_config.h: $(LDAP_CONFIG) Makefile
             bindir=$(bindir); \              bindir=$(bindir); \
             sbindir=$(sbindir); \              sbindir=$(sbindir); \
             libexecdir=$(libexecdir); \              libexecdir=$(libexecdir); \
               moduledir=$(moduledir); \
             localstatedir=$(localstatedir); \              localstatedir=$(localstatedir); \
             localedir=$(localedir); \              localedir=$(localedir); \
         fi; \          fi; \
Line 67  ldap_config.h: $(LDAP_CONFIG) Makefile Line 70  ldap_config.h: $(LDAP_CONFIG) Makefile
                         -e "s;%BINDIR%;$$bindir;" \                          -e "s;%BINDIR%;$$bindir;" \
                         -e "s;%SBINDIR%;$$sbindir;" \                          -e "s;%SBINDIR%;$$sbindir;" \
                         -e "s;%LIBEXECDIR%;$$libexecdir;" \                          -e "s;%LIBEXECDIR%;$$libexecdir;" \
                           -e "s;%MODULEDIR%;$$moduledir;" \
                         -e "s;%RUNDIR%;$$localstatedir;" \                          -e "s;%RUNDIR%;$$localstatedir;" \
                         -e "s;%LOCALEDIR%;$$localedir;" \                          -e "s;%LOCALEDIR%;$$localedir;" \
                          $(LDAP_CONFIG) >> $@; \                           $(LDAP_CONFIG) >> $@; \

Removed from v.1.33  
changed lines
  Added in v.1.33.2.5


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