diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-02 09:10:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-02 09:10:08 +0000 |
commit | a98a648754ae7f087238cb9097548bddadbb9a1c (patch) | |
tree | 85c1a3170b4ef06c4c382396551f49720a1eb6e4 | |
parent | f4c3f77b96104f441cbfbe687a1b134378bc14a2 (diff) | |
download | gunmake-a98a648754ae7f087238cb9097548bddadbb9a1c.tar.gz |
Formerly make.h.~52~
-rw-r--r-- | make.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -305,3 +305,6 @@ 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; |