diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-18 21:09:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-18 21:09:08 +0000 |
commit | 65e0042978ee0efc536563e2f4e1cb552f639394 (patch) | |
tree | 0f3f0c09fce51515790c28d663ee666d4b44885d /app | |
parent | 26e69e182d09e61f5b5bcfc0af830ef0b01dbd9b (diff) |
let X directories build even if you forget depend.
- use BUILDFIRST
- have fontconfig use normal 'all' targets to make sure its files are built
- explicitly document the fontconfig lib order
okay matthieu@
Diffstat (limited to 'app')
-rw-r--r-- | app/xterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile index 862ae8e85..4316eed04 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2016/11/03 14:25:06 matthieu Exp $ +# $OpenBSD: Makefile,v 1.32 2017/06/18 21:09:07 espie Exp $ .include <bsd.xconf.mk> SUBDIR= icons resize @@ -55,6 +55,7 @@ builtin_icons.h : awk '/^CASE_/{printf "#define %s %d\n", $$1, n++}' < $< >$@ beforedepend: builtin_icons.h VTparse.hin +BUILDFIRST = builtin_icons.h VTparse.hin .SUFFIXES: .man .1 |