diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/xcb-proto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/xcb-proto/Makefile b/proto/xcb-proto/Makefile index 6e91df322..9294b0822 100644 --- a/proto/xcb-proto/Makefile +++ b/proto/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/05/22 20:29:06 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2009/05/31 16:35:28 matthieu Exp $ PKGCONFIG= xcb-proto.pc @@ -63,7 +63,7 @@ install-py: cd ${DESTDIR}${PYTHONDIR}/xcbgen; \ env PYTHON=python${PYTHON_VERSION} ${SHELL} ${.CURDIR}/py-compile \ --basedir ${PYTHONDIR}/xcbgen ${XCBGEN_SRCS} - + realinstall: install-py .endif |