summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-05-12 04:44:16 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-05-12 04:44:16 (GMT)
commitaa361aeff9af404c580e411247ec3094f36fcd9d (patch)
tree01ab5dc04a4f63ad7f0de1a8bd523fd39d80dae9 /hl
parent025115a1cf310778b3b5154bbad2f8074e8081b8 (diff)
parenta8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc (diff)
downloadhdf5-aa361aeff9af404c580e411247ec3094f36fcd9d.zip
hdf5-aa361aeff9af404c580e411247ec3094f36fcd9d.tar.gz
hdf5-aa361aeff9af404c580e411247ec3094f36fcd9d.tar.bz2
Merge pull request #1704 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'a8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc': Add tabs for entire block in Makefile. Makefile needed tab instead of spaces.
Diffstat (limited to 'hl')
-rw-r--r--hl/fortran/src/Makefile.am18
-rw-r--r--hl/fortran/src/Makefile.in18
2 files changed, 18 insertions, 18 deletions
diff --git a/hl/fortran/src/Makefile.am b/hl/fortran/src/Makefile.am
index 63ad7a1..d11b552 100644
--- a/hl/fortran/src/Makefile.am
+++ b/hl/fortran/src/Makefile.am
@@ -54,15 +54,15 @@ libhdf5hl_fortran_la_LIBADD=$(LIBH5_HL) $(LIBH5F)
# files, namely libhdf5_hl_*. Add a symlink with the compliant name to the
# 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;
+ 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;
# 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 6592854..d5003a9 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -1252,15 +1252,15 @@ help:
# files, namely libhdf5_hl_*. Add a symlink with the compliant name to the
# 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;
+ 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;
# Fortran module files can have different extensions and different names
# (e.g., different capitalizations) on different platforms. Write rules