don't reach out in another src directory, use installed version.

okay matthieu@
This commit is contained in:
espie 2012-11-07 15:50:22 +00:00
parent 1d807310d5
commit 40b00d5ef5
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.7 2009/10/03 13:57:56 matthieu Exp $
# $OpenBSD: Makefile.inc,v 1.8 2012/11/07 15:50:22 espie Exp $
LIBXCB= ${.CURDIR}/../../../dist/libxcb
@ -23,4 +23,4 @@ HEADERS_SUBDIR= xcb/
_SRCDIR?= ${.CURDIR}/../src
PACKAGE_VERSION!=m4 ${.CURDIR}/../../../share/mk/package_version.m4 ${LIBXCB}/configure.ac
PACKAGE_VERSION = `m4 ${DESTDIR}${X11BASE}/share/mk/package_version.m4 ${LIBXCB}/configure.ac`

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.5 2009/10/03 13:57:56 matthieu Exp $
# $OpenBSD: Makefile.inc,v 1.6 2012/11/07 15:50:22 espie Exp $
XCBUTIL= ${.CURDIR}/../../../dist/xcb-util
@ -22,4 +22,4 @@ LDADD?= `pkg-config --libs xcb`
.PATH: ${XCBUTIL}/${SUBLIB}
PACKAGE_VERSION!=m4 ${.CURDIR}/../../../share/mk/package_version.m4 ${XCBUTIL}/configure.ac
PACKAGE_VERSION =`m4 ${DESTDIR}${X11BASE}/share/mk/package_version.m4 ${XCBUTIL}/configure.ac`