Skip to content
Snippets Groups Projects
Commit c23c3a2f authored by Howard Chu's avatar Howard Chu
Browse files

Revert ol_version stuff, just use mkversion

parent 0be6cb5a
Branches
Tags
No related merge requests found
/*
* 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"
......@@ -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)\" $? > $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment