]> git.sur5r.net Git - openldap/commitdiff
Revert ol_version stuff.
authorHoward Chu <hyc@openldap.org>
Mon, 31 Mar 2003 05:48:52 +0000 (05:48 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 31 Mar 2003 05:48:52 +0000 (05:48 +0000)
include/Makefile.in

index 91d8a5574134610aa17298ab2de2f0a95aaecacf..7a846c8f24d9ba00a92f9804a33c0fd9cd0a5a67 100644 (file)
@@ -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