From: Roland McGrath Date: Wed, 10 Nov 1993 11:06:04 +0000 (+0000) Subject: Formerly read.c.~69~ X-Git-Tag: 3.70.2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acd7330a5fe2eca37f103620e44a31ef3a61b719;p=platform%2Fupstream%2Fmake.git Formerly read.c.~69~ --- diff --git a/read.c b/read.c index 47e54ad..4d076a4 100644 --- a/read.c +++ b/read.c @@ -587,6 +587,13 @@ read_makefile (filename, flags) else if (try_variable_definition (filename, lineno, p, o_file)) /* This line has been dealt with. */ ; + else if (lb.buffer[0] == '\t') + /* This line starts with a tab but was not caught above + because there was no preceding target, and the line + might have been usable as a variable definition. + But now it is definitely lossage. */ + makefile_fatal (filename, lineno, + "commands commence before first target"); else { /* This line describes some target files. */