mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
This commit is contained in:
parent
1cee912aaa
commit
dee149bfc4
@ -69,7 +69,6 @@ install:
|
|||||||
@@SETX@; for d in $(SUBDIRS); do \
|
@@SETX@; for d in $(SUBDIRS); do \
|
||||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||||
done
|
done
|
||||||
@$(LT) --mode=finish $(libdir);
|
|
||||||
|
|
||||||
install-doc:
|
install-doc:
|
||||||
(cd doc && $(MAKE) $@) || exit 1;
|
(cd doc && $(MAKE) $@) || exit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user