summaryrefslogtreecommitdiffstats
path: root/src/log4cxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/log4cxx.mk')
-rw-r--r--src/log4cxx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log4cxx.mk b/src/log4cxx.mk
index d31072a..0de1537 100644
--- a/src/log4cxx.mk
+++ b/src/log4cxx.mk
@@ -30,7 +30,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-log4cxx.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-log4cxx.exe' \
`$(TARGET)-pkg-config liblog4cxx --libs`
endef