summaryrefslogtreecommitdiffstats
path: root/src/hdf-eos5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf-eos5.mk')
-rw-r--r--src/hdf-eos5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf-eos5.mk b/src/hdf-eos5.mk
index 626930f..a6a98cc 100644
--- a/src/hdf-eos5.mk
+++ b/src/hdf-eos5.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-std=c99 -W -Wall -Werror -pedantic \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
-lhe5_hdfeos -lhdf5_hl -lhdf5 -lz
endef