]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly read.c.~41~
authorRoland McGrath <roland@redhat.com>
Thu, 29 Oct 1992 21:49:15 +0000 (21:49 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 29 Oct 1992 21:49:15 +0000 (21:49 +0000)
read.c

diff --git a/read.c b/read.c
index d7a48f4c460d0f4acab5e7cd92198fa5ee9174ac..24747380e7f8ab7c71104384e6d821688d3bdd8e 100644 (file)
--- 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.  */