Revert ol_version stuff.

This commit is contained in:
Howard Chu 2003-03-31 05:48:52 +00:00
parent a9e68ef991
commit e847fd46b7

View 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