summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d4b6db..83bd9cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,6 +62,10 @@ lib progs test _test install uninstall TAGS dep depend:
(cd $$d && $(MAKE) $@) || exit 1; \
done
+# Number format detection
+H5Tinit.c:
+ (cd src && $(MAKE) $@)
+
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean