658a659,663
> 	@echo "  reallyinstall:     Install under '$(PREFIX)' on Unix systems"
> 	@echo "		      NOTE: This actually does the install.  Since"
> 	@echo "		            there are currently issues with the Parrot"
> 	@echo "		            install system, this make target is used"
> 	@echo "		            to go ahead with the install anyway."
1670c1675
< install : installable
---
> install:
1674,1676c1679,1684
< 	@echo "  Parrot build system.  If you are not sure this is OK,"
< 	@echo "  press ^C (or your interrupt key) in the next ten seconds."
< 	$(PERL) -e "sleep(10)"
---
> 	@echo "  Parrot build system."
> 	@echo "  To use the make install target, type: make reallyinstall"
> 	$(PERL) -e "exit(1)"
> 
> reallyinstall:
> 	make installable
