summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-22 21:47:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-22 21:47:21 (GMT)
commitdee149bfc4ae91116358f3f2261c75443589c130 (patch)
treee139b4f29cba058ac2f2ee4b871cdf9db4308978 /hl
parent1cee912aaa058fa765be45c82881a458d32bc7b3 (diff)
downloadhdf5-dee149bfc4ae91116358f3f2261c75443589c130.zip
hdf5-dee149bfc4ae91116358f3f2261c75443589c130.tar.gz
hdf5-dee149bfc4ae91116358f3f2261c75443589c130.tar.bz2
[svn-r9561] Purpose:
bug fix Description: the Makefile.in had an instruction on the make install part that was not suposed to be there Solution: removed it Platforms tested: linux aix Misc. update:
Diffstat (limited to 'hl')
-rwxr-xr-xhl/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index b07ca28..5314fd8 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -69,7 +69,6 @@ install:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
- @$(LT) --mode=finish $(libdir);
install-doc:
(cd doc && $(MAKE) $@) || exit 1;