mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
Formerly make.h.~52~
This commit is contained in:
parent
f4c3f77b96
commit
a98a648754
1 changed files with 3 additions and 0 deletions
3
make.h
3
make.h
|
@ -305,3 +305,6 @@ extern unsigned int makelevel;
|
||||||
#define DEBUGPR(msg) \
|
#define DEBUGPR(msg) \
|
||||||
do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
|
do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
|
||||||
fflush (stdout); } while (0)
|
fflush (stdout); } while (0)
|
||||||
|
|
||||||
|
/* !!! compile frob */
|
||||||
|
int compiling;
|
||||||
|
|
Loading…
Reference in a new issue