summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 66af462..44fa037 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -46,7 +46,7 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5ACprivate.h H5Bprivate.h \
# Number format detection
H5Tinit.c: H5detect
- ./H5detect >H5Tinit.c
+ $(RUNTEST) ./H5detect >H5Tinit.c
H5detect: H5detect.o
$(CC) $(CFLAGS) -o $@ H5detect.o