summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-05-14 22:25:11 +0000
committerRoland McGrath <roland@redhat.com>1993-05-14 22:25:11 +0000
commitbc0276c3cb07a145e40ed87d33f5d9e559a76887 (patch)
tree1bb2a53a864ad769b9daace9e5f7dbc4b5afdee8 /read.c
parent3d952e5879461aa26727374df7bef32c3d92c35d (diff)
downloadgunmake-bc0276c3cb07a145e40ed87d33f5d9e559a76887.tar.gz
Formerly read.c.~58~
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/read.c b/read.c
index 0170609..2eb3d91 100644
--- a/read.c
+++ b/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] == '\\')