From: Howard Chu Date: Mon, 31 Mar 2003 05:48:52 +0000 (+0000) Subject: Revert ol_version stuff. X-Git-Tag: AUTOCONF_2_57~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e847fd46b77e3428daa6bba33bb6518f83ed8c8f;p=openldap Revert ol_version stuff. --- diff --git a/include/Makefile.in b/include/Makefile.in index 91d8a55741..7a846c8f24 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -4,7 +4,7 @@ ## ## include Makefile.in for OpenLDAP -all-local: ldap_config.h ol_version0.h FORCE +all-local: ldap_config.h FORCE install-local: FORCE -$(MKDIR) $(DESTDIR)$(includedir) @@ -61,9 +61,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ -ol_version0.h: $(top_srcdir)/build/version.h - $(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ - all-common: all-local install-common: all-common install-local clean-common: clean-local