diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-26 22:53:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-26 22:53:51 +0000 |
commit | 13a244d352404878cf02c74ef86d2492e0f71708 (patch) | |
tree | b43aff1eec727c1a2c6430096b077fbd768137ca /Makefile | |
parent | 293830b663fdf3f2b4c2d7c3de9e8e9f0dd5b110 (diff) |
Move app/xtsscale build after drivers, since it requires a
header installed by driver/xf86-input-ws.
Problem noticed by jdixon@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2009/10/01 19:48:31 matthieu Exp $ +# $OpenBSD: Makefile,v 1.32 2009/11/26 22:53:50 matthieu Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -15,7 +15,8 @@ XSERVER= xserver XSERVER+= kdrive .endif -SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc +SUBDIR= proto font/util data/bitmaps lib app data/xkbdata \ + ${XSERVER} driver app/xtsscale util doc .ifndef NOFONTS SUBDIR+= font .endif |