summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-16 04:18:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-16 04:18:04 (GMT)
commit4c9ff323aa07206c0c6d82bf9015e982c9148659 (patch)
treec90dae60fa1d00ed93c5da2fc55450104b483a67 /fortran
parentca6c8cbeae6d8ea1465f898966e388536f4996e1 (diff)
downloadhdf5-4c9ff323aa07206c0c6d82bf9015e982c9148659.zip
hdf5-4c9ff323aa07206c0c6d82bf9015e982c9148659.tar.gz
hdf5-4c9ff323aa07206c0c6d82bf9015e982c9148659.tar.bz2
[svn-r8073] Purpose:
Bug fix. Description: OSF1 machine at PSC barked at "make install" because an intended comment was inserted in the middle of the column. This is not kosher because officially, make comments should be started with # at column 1. Solution: Moved the comment of installing h5fc as h5pfc to start at column 1. Platforms tested: Not h5committested since this is exposed by the PSC machine and Elena has tested the fix there. Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/conclude.in b/fortran/config/conclude.in
index 2288fb0..3f644fc 100644
--- a/fortran/config/conclude.in
+++ b/fortran/config/conclude.in
@@ -62,6 +62,7 @@ $(EXAMPLEDIR):
$(top_srcdir)/bin/mkdirs $@
## Install the library, the public header files, and public programs.
+## Install h5fc as h5pfc for parallel mode.
install: $(PUB_LIB) $(PUB_HDR) $(PUB_PROGS) $(libdir) $(includedir) $(bindir)
@for f in X $(PUB_LIB); do \
if test $$f != X; then \
@@ -87,7 +88,6 @@ install: $(PUB_LIB) $(PUB_HDR) $(PUB_PROGS) $(libdir) $(includedir) $(bindir)
fi; \
fi; \
done
- # install h5fc as h5pfc for parallel mode.
@for f in X $(PUB_PROGS); do \
if test $$f != X; then \
if test "X$(PARALLEL)" != "Xno" -a $$f = "h5fc"; then \