summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-12-12 04:33:36 +0000
committerRoland McGrath <roland@redhat.com>1995-12-12 04:33:36 +0000
commite3200b9303e8a4cee77bc2ee303bdd5bf7eb8c05 (patch)
treebcb58a0bb2b34c296101491f70d7dd1818d5bcca
parent18a7013e55ecdf3419b53f42055d3c38198858b1 (diff)
downloadgunmake-e3200b9303e8a4cee77bc2ee303bdd5bf7eb8c05.tar.gz
Regenerated for 3.74.1
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 43003a3..8df5f02 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the 3.74 test release of GNU Make.
+This directory contains the 3.74.1 test release of GNU Make.
All bugs reported for previous test releases have been fixed.
Some bugs surely remain.
@@ -10,6 +10,10 @@ build the program, type `sh build.sh'. This should compile the program
in the current directory. Then you will have a Make program that you can
use for `make install', or whatever else.
+Some systems' Make programs are broken and cannot process the Makefile for
+GNU Make. If you get errors from your system's Make when building GNU
+Make, try using `build.sh' instead.
+
It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
It is said that using `cc' without `-O' does work.