summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-18 17:35:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-18 17:35:17 (GMT)
commit595b2d54ed34ee8b8502dbb162a2994f177b4a2c (patch)
treedcdc64cefc5cd6fafab170e2444a1bd29aa797b2
parent99f743ed1abd9603a9ba903d578349fb4ade8f17 (diff)
downloadhdf5-595b2d54ed34ee8b8502dbb162a2994f177b4a2c.zip
hdf5-595b2d54ed34ee8b8502dbb162a2994f177b4a2c.tar.gz
hdf5-595b2d54ed34ee8b8502dbb162a2994f177b4a2c.tar.bz2
HDFFV-9059 take file as argument
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a0defad..bc5c09e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -153,7 +153,7 @@ settings_DATA=libhdf5.settings
H5Tinit.c: H5detect$(EXEEXT)
LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
- $(RUNSERIAL) ./H5detect$(EXEEXT) > $@ || \
+ $(RUNSERIAL) ./H5detect$(EXEEXT) $@ || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
($(RM) $@ ; exit 1)
@@ -165,7 +165,7 @@ H5Tinit.c: H5detect$(EXEEXT)
H5lib_settings.c: H5make_libsettings$(EXEEXT) libhdf5.settings
LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
- $(RUNSERIAL) ./H5make_libsettings$(EXEEXT) > $@ || \
+ $(RUNSERIAL) ./H5make_libsettings$(EXEEXT) $@ || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
($(RM) $@ ; exit 1)