Index: Makefile =================================================================== --- Makefile (revision 32897) +++ Makefile (revision 32898) @@ -1,11 +1,11 @@ test: cd rnd_printf && $(MAKE) all && $(MAKE) test cd remote && $(MAKE) all && $(MAKE) test -# This uses make instead of $(MAKE) on purpose as a "portbale" -j1 to work aroudn GNU make +# This uses make instead of $(MAKE) on purpose as a "portable" -j1 to work around GNU make cd librnd && make all && make test @echo " " @echo "+-------------------------------------------------+" - @echo "+ All tests passed, librnd is safe to install. +" + @echo "+ All tests passed, librnd is safe to install. +" @echo "+-------------------------------------------------+" clean: