diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-03-03 21:09:50 +0100 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-03-03 21:09:50 +0100 |
commit | e6dd0bc2fd347f8f0ee76c2014b63fe86eaaba1b (patch) | |
tree | afca8a2182ad6099ddf7e249c441fadd7d39822d /hyphen | |
parent | ada5358dd4c22837443e7052159d4da062acece4 (diff) |
sb118: run make check for hyphen (as hunspell does already anyway)
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/makefile.mk | 2 |
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 |