diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 14:44:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 14:44:53 +0000 |
commit | 548bad35bd9b4e65bcac27ea5f7243b9227647b9 (patch) | |
tree | 0089e57f66a53a3480e16fc25dc1bf0326ef4a60 /lib/xcb-util | |
parent | cc22a05bcd24e9b6e8c5b339eadeae2e7b9cdb6e (diff) |
missing space
Diffstat (limited to 'lib/xcb-util')
-rw-r--r-- | lib/xcb-util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xcb-util/Makefile b/lib/xcb-util/Makefile index f081bdd76..fbd600f6d 100644 --- a/lib/xcb-util/Makefile +++ b/lib/xcb-util/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2009/05/23 14:44:52 matthieu Exp $ -SUBDIR= atom aux event property icccm image keysymsrenderutil reply +SUBDIR= atom aux event property icccm image keysyms renderutil reply .include <bsd.subdir.mk> .include <bsd.xorg.mk> |