mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Delete unused EDITOR, SENDMAIL substitutions
This commit is contained in:
parent
6e8adce9d9
commit
b2eddc32b2
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user