--- include/Makefile.in 2003/03/18 21:50:07 1.23 +++ include/Makefile.in 2003/03/18 21:53:15 1.24 @@ -1,10 +1,10 @@ -# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.22 2003/03/03 09:17:38 hyc Exp $ +# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.23 2003/03/18 21:50:07 hyc Exp $ ## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file ## ## include Makefile.in for OpenLDAP -all-local: ldap_config.h version0.h FORCE +all-local: ldap_config.h ol_version0.h FORCE install-local: FORCE -$(MKDIR) $(DESTDIR)$(includedir) @@ -61,7 +61,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ -version0.h: $(top_srcdir)/build/version.h +ol_version0.h: $(top_srcdir)/build/version.h $(CPP) -D_OLV_PKG=\"$(PACKAGE)\" -D_OLV_VER=\"$(VERSION)\" \ -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@