summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-05-11 04:06:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-05-11 04:06:53 (GMT)
commit855b84cd1c57c49767b45c07fec33f4b1525d8a7 (patch)
treee283b7eacbe07c6982f25e2170fa471eedb070df /hl/fortran/src/Makefile.in
parent025115a1cf310778b3b5154bbad2f8074e8081b8 (diff)
downloadhdf5-855b84cd1c57c49767b45c07fec33f4b1525d8a7.zip
hdf5-855b84cd1c57c49767b45c07fec33f4b1525d8a7.tar.gz
hdf5-855b84cd1c57c49767b45c07fec33f4b1525d8a7.tar.bz2
Makefile needed tab instead of spaces.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r--hl/fortran/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 6592854..198a470 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -1252,7 +1252,7 @@ help:
# files, namely libhdf5_hl_*. Add a symlink with the compliant name to the
# actual lib file.
install-exec-hook:
- cd $(DESTDIR)$(libdir) && \
+ cd $(DESTDIR)$(libdir) && \
if test -f libhdf5hl_fortran.a -a \
! -f libhdf5_hl_fortran.a; then \
$(LN_S) libhdf5hl_fortran.a libhdf5_hl_fortran.a; \