# HG changeset patch # User John W. Eaton # Date 1234013738 18000 # Node ID 87cb8b2e4f1464e321304f114e240916ae69d468 # Parent 344d6d6fc6aa2636e230af05a0ae9ebccf148bad octMakefile.in (all): display $(prefix) in summary message diff -r 344d6d6fc6aa -r 87cb8b2e4f14 ChangeLog --- 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 + + * octMakefile.in (all): Display $(prefix) in summary message. + 2009-02-05 John W. Eaton * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): New macro. diff -r 344d6d6fc6aa -r 87cb8b2e4f14 octMakefile.in --- 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