diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-12-24 15:58:08 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-12-24 15:58:08 +0000 |
commit | a14d65322ad75e87ec4c9e63288072c4289ea61e (patch) | |
tree | 6b012b6308a76588d901cae329387b55a357a5c5 /regress | |
parent | 0886c9c8f023fd743424e36cb567c1de363f425c (diff) |
When i replaced the very ugly .in: suffix rule in my previous commit,
that inadvertently disabled the -Tman tests. Oops.
Enable them again.
Fortunately, in the meantime, nothing slipped.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/mandoc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc index 5016f98ddcb..ad24ead4796 100644 --- a/regress/usr.bin/mandoc/Makefile.inc +++ b/regress/usr.bin/mandoc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2013/11/10 17:43:11 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2013/12/24 15:58:07 schwarze Exp $ # --- programs --- @@ -87,7 +87,7 @@ ${t}.diff_man: . endif . endif -${t}: ${t}.diff_ascii +${t}: ${t}.diff_ascii ${t}.diff_man . else ${t}: @echo "TODO: -Tascii disabled for: ${.TARGET}" |