From 1e12c75bc68702e782c8021b51d35235c725845a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 18 Jul 2009 20:54:11 +0000 Subject: Fix build when XSRCDIR is not defined in /etc/mk.conf. Problem reported by Chris Kuethe. Thanks. --- lib/xcb-util/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xcb-util/Makefile.inc b/lib/xcb-util/Makefile.inc index be99e720e..16006cfee 100644 --- a/lib/xcb-util/Makefile.inc +++ b/lib/xcb-util/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2009/05/31 18:01:28 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2009/07/18 20:54:10 matthieu Exp $ XCBUTIL= ${.CURDIR}/../../../dist/xcb-util @@ -20,4 +20,4 @@ LDADD?= `pkg-config --libs xcb` .PATH: ${XCBUTIL}/${SUBLIB} -PACKAGE_VERSION!=m4 ${XSRCDIR}/share/mk/package_version.m4 ${XCBUTIL}/configure.ac +PACKAGE_VERSION!=m4 ${.CURDIR}/../../../share/mk/package_version.m4 ${XCBUTIL}/configure.ac -- cgit v1.2.3