diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-07-18 20:54:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-07-18 20:54:11 +0000 |
commit | 1e12c75bc68702e782c8021b51d35235c725845a (patch) | |
tree | 4f37c62f4918caced96e1a468a6e62363489671f /lib/xcb-util | |
parent | 59fd25f7fcedb5e75c576e66a63514a11bca3bb7 (diff) |
Fix build when XSRCDIR is not defined in /etc/mk.conf.
Problem reported by Chris Kuethe. Thanks.
Diffstat (limited to 'lib/xcb-util')
-rw-r--r-- | lib/xcb-util/Makefile.inc | 4 |
1 files 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 |