From 38a1ab4173a16982dfd884542e1b56736cb1f850 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 22 Jul 2006 14:00:31 +0000 Subject: [PATCH] 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 ae9db061cfc..c9c1dbf84f5 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