From 855b84cd1c57c49767b45c07fec33f4b1525d8a7 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 10 May 2019 23:06:53 -0500 Subject: Makefile needed tab instead of spaces. --- hl/fortran/src/Makefile.am | 2 +- hl/fortran/src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hl/fortran/src/Makefile.am b/hl/fortran/src/Makefile.am index 63ad7a1..0e41553 100644 --- a/hl/fortran/src/Makefile.am +++ b/hl/fortran/src/Makefile.am @@ -54,7 +54,7 @@ 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) && \ + 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; \ 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; \ -- cgit v0.12