changeset 8003:997d4384cec4

Makefile.in (header-msg): Mention GNU Make; update GCC version info
author John W. Eaton <jwe@octave.org>
date Mon, 04 Aug 2008 14:27:36 -0400
parents 30f560a5fbc3
children 4363bc94171a
files ChangeLog Makefile.in
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 04 10:59:46 2008 -0400
+++ b/ChangeLog	Mon Aug 04 14:27:36 2008 -0400
@@ -1,3 +1,8 @@
+2008-08-04  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (header-msg): Mention GNU Make requirement.
+	Update GCC version info.
+
 2008-07-31  John W. Eaton  <jwe@octave.org>
 
 	* octMakefile.in (DISTFILES): Add "missing" to the list.
--- a/Makefile.in	Mon Aug 04 10:59:46 2008 -0400
+++ b/Makefile.in	Mon Aug 04 14:27:36 2008 -0400
@@ -46,7 +46,10 @@
 	@echo "*  To compile Octave, you will need a recent versions of"
 	@echo "*  the following software:"
 	@echo "*"
-	@echo "*    g++ (3.2.x or a more recent version)"
+	@echo "*    GNU Make (a recent version)"
+	@echo "*"
+	@echo "*    g++ (preferably a recent 4.x version, though later"
+	@echo "*    3.x versions may also work)"
 	@echo "*"
 	@echo "*    flex (2.5.4 or a more recent version) -- required if"
 	@echo "*    you need to recreate lex.cc from lex.l"