From b2eddc32b23016ef9a71e15f065b21e72a17b3ae Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 3 Mar 2003 10:17:38 +0000 Subject: [PATCH] Delete unused EDITOR, SENDMAIL substitutions --- include/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index 5e6515c12d..7a846c8f24 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -43,10 +43,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ localstatedir=`cygpath -w $(localstatedir) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - editor=`cygpath -w $(EDITOR) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - sendmail=`cygpath -w $(SENDMAIL) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ else \ sysconfdir=$(sysconfdir); \ datadir=$(datadir); \ @@ -54,8 +50,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ - editor=$(EDITOR); \ - sendmail=$(SENDMAIL); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -64,8 +58,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ - -e "s;%EDITOR%;$$editor;" \ - -e "s;%SENDMAIL%;$$sendmail;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ -- 2.39.2