diff --git a/makefile b/makefile
index 07fd733..d6db988 100644
--- a/makefile
+++ b/makefile
@@ -50,7 +50,7 @@
 bootstrap-build:
 	ulimit -n 65535
 	@echo "Make sure you have the OS development tools installed!"
-	sudo yum -y install texinfo
+#	sudo yum -y install texinfo
 	${BREW} install --verbose  ${BOOTSTRAP}
 #	${BREW} reinstall -s --verbose curl
 
@@ -68,7 +68,7 @@
 full-build:
 	ulimit -n 65535
 	@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
-	sudo yum -y install autoconf automake patch perl texinfo
+#	sudo yum -y install autoconf automake patch perl texinfo
 	${BREW} install -s --verbose  ${LANGS}
 	${BREW} link --verbose python
 	ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python