2016-07-27 19:24:50 +02:00
|
|
|
Index: hdf5-1.10.0-patch1/src/Makefile.in
|
2015-05-20 23:44:45 +02:00
|
|
|
===================================================================
|
2016-07-27 19:24:50 +02:00
|
|
|
--- hdf5-1.10.0-patch1.orig/src/Makefile.in
|
|
|
|
+++ hdf5-1.10.0-patch1/src/Makefile.in
|
|
|
|
@@ -1847,8 +1847,6 @@ help:
|
2012-03-09 21:23:35 +01:00
|
|
|
# Remove the generated .c file if errors occur unless HDF5_Make_Ignore
|
|
|
|
# is set to ignore the error.
|
|
|
|
H5Tinit.c: H5detect$(EXEEXT)
|
|
|
|
- LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \
|
|
|
|
- sed -e 's/-L/:/g' -e 's/ //g'`" \
|
|
|
|
$(RUNSERIAL) ./H5detect$(EXEEXT) > $@ || \
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
($(RM) $@ ; exit 1)
|
2016-07-27 19:24:50 +02:00
|
|
|
@@ -1859,8 +1857,6 @@ H5Tinit.c: H5detect$(EXEEXT)
|
2012-03-09 21:23:35 +01:00
|
|
|
# Remove the generated .c file if errors occur unless HDF5_Make_Ignore
|
|
|
|
# is set to ignore the error.
|
|
|
|
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) > $@ || \
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
($(RM) $@ ; exit 1)
|