diff octMakefile.in @ 8696:87cb8b2e4f14

octMakefile.in (all): display $(prefix) in summary message
author John W. Eaton <jwe@octave.org>
date Sat, 07 Feb 2009 08:35:38 -0500
parents 07c93dae3fdb
children 679c270b7584
line wrap: on
line diff
--- a/octMakefile.in	Fri Feb 06 12:57:39 2009 -0500
+++ b/octMakefile.in	Sat Feb 07 08:35:38 2009 -0500
@@ -79,7 +79,7 @@
 	@echo ""
 	@echo "   ./run-octave    - to run in place to test before installing"
 	@echo "   make check      - to run the tests"
-	@echo "   make install    - to install"
+	@echo "   make install    - to install (PREFIX=$(prefix))"
 	@echo ""
 .PHONY: all