summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
Diffstat (limited to 'hl')
-rw-r--r--hl/fortran/src/Makefile.am16
-rw-r--r--hl/fortran/src/Makefile.in16
2 files changed, 16 insertions, 16 deletions
diff --git a/hl/fortran/src/Makefile.am b/hl/fortran/src/Makefile.am
index 0e41553..d11b552 100644
--- a/hl/fortran/src/Makefile.am
+++ b/hl/fortran/src/Makefile.am
@@ -55,14 +55,14 @@ libhdf5hl_fortran_la_LIBADD=$(LIBH5_HL) $(LIBH5F)
# 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
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