diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:35:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:35:29 +0000 |
commit | a98e499d523dd222b9d6891cfdb0ba2d660a583e (patch) | |
tree | ae76f0b1c51cea2b7bc2c4fa379d51d76535349c /proto/xcb-proto | |
parent | fe1956f2b8bf229240fa02d5cc077a0eadfd2009 (diff) |
whitespace
Diffstat (limited to 'proto/xcb-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 |