Follow-up Comment #1, bug #63373 (project make):

Strange, I could have sworn I went through all the code and fixed this a few
months ago when Dmitry was testing builds on AIX.

Will fix, thanks for the report.


diff --git a/src/main.c b/src/main.c
index 78729de1..ba92de37 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1503,7 +1503,7 @@ main (int argc, char **argv, char **envp)

         /* If this is MAKE_RESTARTS, check to see if the "already printed
            the enter statement" flag is set.  */
-        if (len == 13 && memcmp (envp[i], STRING_SIZE_TUPLE
("MAKE_RESTARTS")) == 0)
+        if (len == 13 && memcmp (envp[i], "MAKE_RESTARTS", 13) == 0)
           {
             if (*ep == '-')
               {



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63373>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to