summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-06-14 05:26:28 +0000
committerPaul Smith <psmith@gnu.org>1999-06-14 05:26:28 +0000
commit187787286d9bc2f41696090917f47d9935651ddf (patch)
treece669419e8b2442a20e001ef3ec32090e07c3812 /main.c
parentfc0fe4103ac983d88b83dad0daf97664ffa8e04b (diff)
downloadgunmake-187787286d9bc2f41696090917f47d9935651ddf.tar.gz
* Various bug fixes.
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9850fbc..fc5b335 100644
--- a/main.c
+++ b/main.c
@@ -1496,10 +1496,13 @@ int main (int argc, char ** argv)
else
{
/* A normal makefile. We must die later. */
- error (NILF, "Makefile `%s' was not found", dep_name (d));
+ error (NILF, "Makefile `%s' was not found",
+ dep_name (d));
any_failed = 1;
}
}
+ /* Reset this to empty so we get the right error message below. */
+ read_makefiles = 0;
if (any_remade)
goto re_exec;