summaryrefslogtreecommitdiffstats
path: root/src/hunspell.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-04-16 13:26:23 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-04-16 13:26:23 (GMT)
commitdf196b55ec95a23beb5083425982af36e35da2b9 (patch)
tree1022b28b7f13854a8ea491ae385cceb647c8cd10 /src/hunspell.mk
parent872b4c4eb1940a5cf380273dbde0b6079d51f83a (diff)
downloadmxe-df196b55ec95a23beb5083425982af36e35da2b9.zip
mxe-df196b55ec95a23beb5083425982af36e35da2b9.tar.gz
mxe-df196b55ec95a23beb5083425982af36e35da2b9.tar.bz2
Fix name of a test program (using a consistent suffix for C++ programs)
Diffstat (limited to 'src/hunspell.mk')
-rw-r--r--src/hunspell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hunspell.mk b/src/hunspell.mk
index 74e943e..0aa6190 100644
--- a/src/hunspell.mk
+++ b/src/hunspell.mk
@@ -31,6 +31,6 @@ define $(PKG)_BUILD
# Test
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).cxx' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
+ '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
`'$(TARGET)-pkg-config' hunspell --cflags --libs`
endef