Formerly read.c.~41~

This commit is contained in:
Roland McGrath 1992-10-29 21:49:15 +00:00
parent 55b9f37c35
commit db8c8b2ad8

5
read.c
View file

@ -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. */