summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
commit557eea53236378e26b9f5085251d8c15c8dda4b5 (patch)
tree24ded83d5df411e30318c31126ffcebb5592ca57 /Makefile
parent4b119aaaf1c41e166b4050fc5400bdec6306baef (diff)
downloadmandoc-557eea53236378e26b9f5085251d8c15c8dda4b5.tar.gz
Fix-ups to macro.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e1c2cec..c559c725 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ dist: mdocml-$(VERSION).tar.gz
port: mdocml-oport-$(VERSION).tar.gz
-regress::
+regress:: mdocml
@for f in $(FAIL); do \
echo "./mdocml $$f" ; \
./mdocml $$f 2>/dev/null || continue ; exit 1 ; done