diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-02 11:28:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-02 11:28:00 +0000 |
commit | 24c9aabe16d1facb7d2e2e743d5bbef5a10d4c1f (patch) | |
tree | 84fb4f298fed55437f4c50865d805bfd49001973 | |
parent | 92df7dd5045a1c48872cf64b920075042334d526 (diff) | |
download | gunmake-24c9aabe16d1facb7d2e2e743d5bbef5a10d4c1f.tar.gz |
Formerly make.h.~53~
-rw-r--r-- | make.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |