summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-29 21:49:15 +0000
committerRoland McGrath <roland@redhat.com>1992-10-29 21:49:15 +0000
commitdb8c8b2ad8179cdc48df986136b8058b84a600e6 (patch)
tree3d9fdf4cfd19f1f42e76c2c8d909fe010e138837 /read.c
parent55b9f37c35c201a597488690a33b3db0996e85a0 (diff)
downloadgunmake-db8c8b2ad8179cdc48df986136b8058b84a600e6.tar.gz
Formerly read.c.~41~
Diffstat (limited to 'read.c')
-rw-r--r--read.c5
1 files changed, 3 insertions, 2 deletions
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. */