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
commit63bcbbb963042de300b6a0b9247b364e35242f84 (patch)
treeaaca21de5297dc26695e62d868e6195fdde0ac38 /hyphen
parent6f2625ef307c8aef2106cadb086a2eca1be245eb (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 dea814e50447..cd6e9afebe1d 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