changeset 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 344d6d6fc6aa
children b227213a70c3
files ChangeLog octMakefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 06 12:57:39 2009 -0500
+++ b/ChangeLog	Sat Feb 07 08:35:38 2009 -0500
@@ -1,3 +1,7 @@
+2009-02-07  John W. Eaton  <jwe@octave.org>
+
+	* octMakefile.in (all): Display $(prefix) in summary message.
+
 2009-02-05  John W. Eaton  <jwe@octave.org>
 
 	* aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): New macro.
--- 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