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