From: Roland McGrath Date: Sun, 2 Aug 1992 11:28:00 +0000 (+0000) Subject: Formerly make.h.~53~ X-Git-Tag: 3.70.2~638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24c9aabe16d1facb7d2e2e743d5bbef5a10d4c1f;p=thirdparty%2Fmake.git Formerly make.h.~53~ --- diff --git a/make.h b/make.h index 30ed55f1..49c25224 100644 --- a/make.h +++ b/make.h @@ -305,6 +305,3 @@ extern unsigned int makelevel; #define DEBUGPR(msg) \ do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \ fflush (stdout); } while (0) - -/* !!! compile frob */ - int compiling;