[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:
Pedro Vicente Nunes 2004-11-22 16:47:21 -05:00
parent 1cee912aaa
commit dee149bfc4

View File

@ -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;