mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Revert ol_version stuff.
This commit is contained in:
parent
a9e68ef991
commit
e847fd46b7
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue