diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-11-12 14:55:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-11-12 14:55:11 (GMT) |
commit | fde902cb45280417248a634f4e3c8c986d8e427a (patch) | |
tree | bffaf8c94657e75576f5756b95518c7420350798 | |
parent | 6b959b1e2118389f56fd5ee960603c2cc19ed65b (diff) | |
parent | 6a2e97bead3c4d366f28b6a1e4e338fc07014954 (diff) | |
download | hdf5-fde902cb45280417248a634f4e3c8c986d8e427a.zip hdf5-fde902cb45280417248a634f4e3c8c986d8e427a.tar.gz hdf5-fde902cb45280417248a634f4e3c8c986d8e427a.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '6a2e97bead3c4d366f28b6a1e4e338fc07014954':
HDFFV-10537: Remove installation of Fortran test mod files
-rw-r--r-- | hl/fortran/test/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hl/fortran/test/Makefile.am b/hl/fortran/test/Makefile.am index ba672aa..0552aaa 100644 --- a/hl/fortran/test/Makefile.am +++ b/hl/fortran/test/Makefile.am @@ -58,18 +58,6 @@ clean-local: $(RM) *.$(F9XMODEXT); \ fi -install-data-local: - @if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \ - $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(DESTDIR)$(includedir)/. ; \ - fi - -uninstall-local: - @if test -n "$(F9XMODEXT)" -a "X$(F9XMODEXT)" != "Xo"; then \ - if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(DESTDIR)$(includedir)/HDF5.$(F9XMODEXT)"; then \ - set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ - fi; \ - fi - # Mark this directory as part of the Fortran API (this affects output # from tests in conclude.am) FORTRAN_API=yes |