From e847fd46b77e3428daa6bba33bb6518f83ed8c8f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 31 Mar 2003 05:48:52 +0000 Subject: [PATCH] Revert ol_version stuff. --- include/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5