diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-25 23:30:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-25 23:30:16 +0000 |
commit | 09e4a320e6dcfebce041339346b36f36b3c9218e (patch) | |
tree | 9bf75af2b24c6484cca73512b13fd59739bc495e | |
parent | c1e314143352c6948ba85b72e22697c2f5a0822d (diff) | |
download | gunmake-09e4a320e6dcfebce041339346b36f36b3c9218e.tar.gz |
Formerly make.h.~65~
-rw-r--r-- | make.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ extern double max_load_average; extern char *program; extern unsigned int makelevel; -extern unsigned int files_remade; +extern unsigned int commands_started; #define DEBUGPR(msg) \ |