diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-05 09:02:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-05 09:02:59 +0000 |
commit | 8df3435738ecf4f3ade50fad8a9730e90e20a8c0 (patch) | |
tree | c95724330c1751f496b8f97a38f370270519f9fa /font | |
parent | a5b323f4a8711dcb9077a966d1abf0b5c565ec5f (diff) |
Build of font/util has moved earlier, since some applications
are going to depend on it soon.
Diffstat (limited to 'font')
-rw-r--r-- | font/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/font/Makefile b/font/Makefile index 560fc5d23..0ec934667 100644 --- a/font/Makefile +++ b/font/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2009/10/31 21:14:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2009/12/05 09:02:58 matthieu Exp $ -# util must come 1st, alias must come last -SUBDIR= util encodings \ +# util is done early, alias must come last +SUBDIR= encodings \ adobe-100dpi adobe-75dpi adobe-utopia-100dpi adobe-utopia-75dpi \ adobe-utopia-type1 arabic-misc bh-100dpi bh-75dpi \ bh-lucidatypewriter-100dpi bh-lucidatypewriter-75dpi bh-ttf \ |