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

Revert ol_version stuff.

parent a9e68ef9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment