]> git.sur5r.net Git - openldap/commitdiff
Use OPENLDAP_PACKAGE instead of _OLV_PKG
authorHoward Chu <hyc@openldap.org>
Wed, 19 Mar 2003 01:39:05 +0000 (01:39 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Mar 2003 01:39:05 +0000 (01:39 +0000)
include/Makefile.in
include/setup.mak

index 1a8fd9d35f8a5a11fcf008190f3c614f4479fa27..91d8a5574134610aa17298ab2de2f0a95aaecacf 100644 (file)
@@ -62,8 +62,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
        $(CHMOD) 444 $@
 
 ol_version0.h: $(top_srcdir)/build/version.h
-       $(CPP) -D_OLV_PKG=\"$(PACKAGE)\" -D_OLV_VER=\"$(VERSION)\" \
-               -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@
+       $(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@
 
 all-common:                    all-local
 install-common:                all-common install-local
index 116cc0136bd9495944a522fc5f9f4c8771ca13d6..0a2c1ccf66490ee8296eeca3505c7fe04e4e262a 100644 (file)
@@ -20,4 +20,4 @@ ldap_features.h: ldap_features.nt
 portable.h: portable.nt
 
 ol_version0.h: ../build/version.h
-       $(CPP) /EP /D_OLV_PKG=\"OpenLDAP\" /D_OLV_VER=\"2.1.16\" -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@
+       $(CPP) /EP -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@