summaryrefslogtreecommitdiffstats
path: root/src/hunspell.mk
diff options
context:
space:
mode:
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 02804e0..8af1414 100644
--- a/src/hunspell.mk
+++ b/src/hunspell.mk
@@ -28,6 +28,6 @@ define $(PKG)_BUILD
# Test
'$(TARGET)-g++' \
-W -Wall -Werror -std=c++0x -pedantic \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
`'$(TARGET)-pkg-config' hunspell --cflags --libs`
endef