Forcee the shared library revision for install too.

This fixes issues where, because of NFS client/server clock skew,
the lib gets rebuilt at install time. Problem noticed by todd@
This commit is contained in:
matthieu 2012-01-26 08:09:21 +00:00
parent 1dfa315ff5
commit 41391b2cde

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2010/03/25 21:45:57 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2012/01/26 08:09:21 matthieu Exp $
SHARED_LIBS= fontconfig 7.0
@ -9,6 +9,6 @@ CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--with-add-fonts=/usr/local/lib/X11/fonts
realinstall:
exec ${MAKE} RUN_FC_CACHE_TEST=false install
exec ${MAKE} RUN_FC_CACHE_TEST=false ${_lt_libs} install
.include <bsd.xorg.mk>