--- include/Makefile.in 2002/01/04 19:40:29 1.18 +++ include/Makefile.in 2002/05/18 00:12:04 1.19 @@ -1,4 +1,4 @@ -# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.17 2001/12/19 20:46:34 kurt Exp $ +# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.18 2002/01/04 19:40:29 kurt Exp $ ## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file ## @@ -45,8 +45,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ editor=`cygpath -w $(EDITOR) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - finger=`cygpath -w $(FINGER) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ sendmail=`cygpath -w $(SENDMAIL) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ else \ @@ -57,7 +55,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ editor=$(EDITOR); \ - finger=$(FINGER); \ sendmail=$(SENDMAIL); \ fi; \ $(SED) \ @@ -68,7 +65,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ -e "s;%EDITOR%;$$editor;" \ - -e "s;%FINGER%;$$finger;" \ -e "s;%SENDMAIL%;$$sendmail;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@