From: Roland McGrath Date: Thu, 29 Oct 1992 21:49:15 +0000 (+0000) Subject: Formerly read.c.~41~ X-Git-Tag: 3.70.2~556 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db8c8b2ad8179cdc48df986136b8058b84a600e6;p=platform%2Fupstream%2Fmake.git Formerly read.c.~41~ --- diff --git a/read.c b/read.c index d7a48f4..2474738 100644 --- a/read.c +++ b/read.c @@ -383,8 +383,9 @@ read_makefile (filename, type) } if (ignoring) - /* Ignore the line. */ - ; + /* Ignore the line. We continue here so conditionals + can appear in the middle of a rule. */ + continue; else if (lb.buffer[0] == '\t') { /* This line is a shell command. */