Revert ol_version stuff, just use mkversion

This commit is contained in:
Howard Chu 2003-03-29 06:27:37 +00:00
parent 0be6cb5a67
commit c23c3a2ff5
2 changed files with 1 additions and 15 deletions

View File

@ -1,12 +0,0 @@
/*
* Copyright 1998-2003 The OpenLDAP Foundation
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
* of this package for details.
*/
#define _OLV_DATE __DATE__
#define _OLV_TIME __TIME__
#ifndef _OLV_STATIC
#define _OLV_STATIC static
#endif
#include "ol_version0.h"

View File

@ -23,7 +23,7 @@ ol_string="$(ol_package) $(ol_version)-$(ol_type)"
.nt.h:
copy $*.nt $*.h
all: setup.txt ol_version0.h
all: setup.txt
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
copy setup.mak setup.txt
@ -53,5 +53,3 @@ i
e
<<NOKEEP
ol_version0.h: ../build/version.h
$(CPP) /EP -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@