From 131f1157301f3626eb014ef0a17bb4d52f1106dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Oct 2009 14:29:22 +0000 Subject: Get the old behavior for a situation when no makefile is found in a directory. --- read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index aa27701..669a09c 100644 --- a/read.c +++ b/read.c @@ -269,7 +269,7 @@ read_all_makefiles (const char **makefiles) { struct dep *d = alloc_dep (); d->file = enter_file (strcache_add (*p)); - d->file->dontcare = 1; + d->dontcare = 1; /* Tell update_goal_chain to bail out as soon as this file is made, and main not to die if we can't make this file. */ d->changed = RM_DONTCARE; -- cgit v1.2.3