summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 7c27669..714592b 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -29,7 +29,7 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gd.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gd.exe' \
`'$(PREFIX)/$(TARGET)/bin/gdlib-config' --cflags --libs`
endef