]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly read.c.~58~
authorRoland McGrath <roland@redhat.com>
Fri, 14 May 1993 22:25:11 +0000 (22:25 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 14 May 1993 22:25:11 +0000 (22:25 +0000)
read.c

diff --git a/read.c b/read.c
index 01706099e73dbd81f30b465c2a1b4192e6622c0c..2eb3d914d72de44c4f5fe30a0476ae180ab0a815 100644 (file)
--- 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] == '\\')