From: Roland McGrath Date: Fri, 14 May 1993 22:25:11 +0000 (+0000) Subject: Formerly read.c.~58~ X-Git-Tag: 3.70.2~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc0276c3cb07a145e40ed87d33f5d9e559a76887;p=thirdparty%2Fmake.git Formerly read.c.~58~ --- diff --git a/read.c b/read.c index 01706099..2eb3d914 100644 --- a/read.c +++ b/read.c @@ -623,6 +623,9 @@ read_makefile (filename, type) if (two_colon) p2++; + /* We have some targets, so don't ignore the following commands. */ + no_targets = 0; + /* Is this a static pattern rule: `target: %targ: %dep; ...'? */ p = index (p2, ':'); while (p != 0 && p[-1] == '\\')