mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +00:00
Formerly read.c.~58~
This commit is contained in:
parent
3d952e5879
commit
bc0276c3cb
1 changed files with 3 additions and 0 deletions
3
read.c
3
read.c
|
@ -623,6 +623,9 @@ read_makefile (filename, type)
|
|||
if (two_colon)
|
||||
p2++;
|
||||
|
||||
/* We have some targets, so don't ignore the following commands. */
|
||||
no_targets = 0;
|
||||
|
||||
/* Is this a static pattern rule: `target: %targ: %dep; ...'? */
|
||||
p = index (p2, ':');
|
||||
while (p != 0 && p[-1] == '\\')
|
||||
|
|
Loading…
Reference in a new issue