projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d952e5
)
Formerly read.c.~58~
author
Roland McGrath
<roland@redhat.com>
Fri, 14 May 1993 22:25:11 +0000
(22:25 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 14 May 1993 22:25:11 +0000
(22:25 +0000)
read.c
patch
|
blob
|
history
diff --git
a/read.c
b/read.c
index
0170609
..
2eb3d91
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] == '\\')