mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-28 15:58:07 +00:00
Formerly read.c.~46~
This commit is contained in:
parent
40463f4410
commit
0aa6e8609e
1 changed files with 1 additions and 3 deletions
4
read.c
4
read.c
|
@ -393,7 +393,7 @@ read_makefile (filename, type)
|
|||
|
||||
if (filenames == 0)
|
||||
makefile_fatal (filename, lineno,
|
||||
"commands commence before first target");
|
||||
"commands with no associated target");
|
||||
|
||||
/* Add this command line to end of the line being accumulated. */
|
||||
p = lb.buffer;
|
||||
|
@ -1203,8 +1203,6 @@ record_files (filenames, pattern, pattern_percent, deps, commands_started,
|
|||
else
|
||||
f->deps = this;
|
||||
|
||||
uniquize_deps (f->deps);
|
||||
|
||||
/* If this is a static pattern rule, set the file's stem to
|
||||
the part of its name that matched the `%' in the pattern,
|
||||
so you can use $* in the commands. */
|
||||
|
|
Loading…
Reference in a new issue