summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-03-03 21:09:50 +0100
committerRene Engelhard <rene@openoffice.org>2010-03-03 21:09:50 +0100
commite6dd0bc2fd347f8f0ee76c2014b63fe86eaaba1b (patch)
treeafca8a2182ad6099ddf7e249c441fadd7d39822d /hyphen
parentada5358dd4c22837443e7052159d4da062acece4 (diff)
sb118: run make check for hyphen (as hunspell does already anyway)
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index dea814e..cd6e9af 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -73,7 +73,7 @@ BUILD_ACTION=make hyph_en_US.dic
@all:
echo "Nothing to do here."
.ELSE
-BUILD_ACTION=make
+BUILD_ACTION=make && make check
OUT2INC += hyphen.h
.ENDIF