From ff2ff54f218026085798921c9a890e3e80315568 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 22 Jul 2006 14:00:31 +0000 Subject: Tell when a .include is processed with '-dd'. --- usr.bin/make/parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index ae9db06..c9c1dbf 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -2195,6 +2195,7 @@ xparse_include(char *file, int sinclude) * place. */ ParsePushInput(fullname, NULL, NULL, 0); + DEBUGF(DIR, (".include %s\n", fullname)); } static void -- cgit v1.1