summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-05-11 04:20:00 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-05-11 04:20:00 (GMT)
commita8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc (patch)
tree01ab5dc04a4f63ad7f0de1a8bd523fd39d80dae9 /hl/fortran/src/Makefile.in
parent855b84cd1c57c49767b45c07fec33f4b1525d8a7 (diff)
downloadhdf5-a8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc.zip
hdf5-a8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc.tar.gz
hdf5-a8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc.tar.bz2
Add tabs for entire block in Makefile.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r--hl/fortran/src/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 198a470..d5003a9 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -1253,14 +1253,14 @@ help:
# actual lib file.
install-exec-hook:
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; \
- fi; \
- if test -f libhdf5hl_fortran.so -a \
- ! -f libhdf5_hl_fortran.so; then \
- $(LN_S) libhdf5hl_fortran.so libhdf5_hl_fortran.so; \
- fi;
+ if test -f libhdf5hl_fortran.a -a \
+ ! -f libhdf5_hl_fortran.a; then \
+ $(LN_S) libhdf5hl_fortran.a libhdf5_hl_fortran.a; \
+ fi; \
+ if test -f libhdf5hl_fortran.so -a \
+ ! -f libhdf5_hl_fortran.so; then \
+ $(LN_S) libhdf5hl_fortran.so libhdf5_hl_fortran.so; \
+ fi;
# Fortran module files can have different extensions and different names
# (e.g., different capitalizations) on different platforms. Write rules