This file contains diffs from version 3.72 of GNU Make to version 3.72.1. Changes in files that are generated by etags, TeX, or Makeinfo have been omitted. diff -ruN make-3.72/ChangeLog make-3.72.1/ChangeLog --- make-3.72/ChangeLog Fri Nov 4 16:02:57 1994 +++ make-3.72.1/ChangeLog Sun Nov 6 18:34:54 1994 @@ -1,3 +1,10 @@ +Sun Nov 6 18:34:01 1994 Roland McGrath + + * Version 3.72.1. + + * main.c (define_makeflags): Terminate properly when FLAGSTRING is + empty. + Fri Nov 4 16:02:51 1994 Roland McGrath * Version 3.72. diff -ruN make-3.72/README make-3.72.1/README --- make-3.72/README Fri Nov 4 16:11:53 1994 +++ make-3.72.1/README Sun Nov 6 18:35:42 1994 @@ -1,4 +1,4 @@ -This directory contains the 3.72 test release of GNU Make. +This directory contains the 3.72.1 test release of GNU Make. All bugs reported for previous test releases have been fixed. Some bugs surely remain. diff -ruN make-3.72/main.c make-3.72.1/main.c --- make-3.72/main.c Mon Oct 24 18:57:07 1994 +++ make-3.72.1/main.c Sun Nov 6 18:29:21 1994 @@ -1781,6 +1781,8 @@ p += sizeof ref - 1; } } + else if (p == &flagstring[1]) + --p; else if (p[-1] == '-') /* Kill the final space and dash. */ p -= 2; diff -ruN make-3.72/version.c make-3.72.1/version.c --- make-3.72/version.c Fri Nov 4 16:02:47 1994 +++ make-3.72.1/version.c Sun Nov 6 18:33:26 1994 @@ -1,4 +1,4 @@ -char *version_string = "3.72"; +char *version_string = "3.72.1"; /* Local variables: