diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-22 21:47:21 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-22 21:47:21 (GMT) |
commit | dee149bfc4ae91116358f3f2261c75443589c130 (patch) | |
tree | e139b4f29cba058ac2f2ee4b871cdf9db4308978 /hl | |
parent | 1cee912aaa058fa765be45c82881a458d32bc7b3 (diff) | |
download | hdf5-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-x | hl/Makefile.in | 1 |
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; |