diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-29 21:49:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-29 21:49:15 +0000 |
commit | db8c8b2ad8179cdc48df986136b8058b84a600e6 (patch) | |
tree | 3d9fdf4cfd19f1f42e76c2c8d909fe010e138837 | |
parent | 55b9f37c35c201a597488690a33b3db0996e85a0 (diff) | |
download | gunmake-db8c8b2ad8179cdc48df986136b8058b84a600e6.tar.gz |
Formerly read.c.~41~
-rw-r--r-- | read.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. */ |