- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc090b05
committed
I'm quite fond of doing VPATH builds, i.e. building outside the source
tree. This also catches lots of little Makefile bugs, so here's a smallpatch for one of them (replacing an explicit reference to thread.c witha reference to it as the first prerequsite of the rule makes make lookfor it in the place where it was found (the source tree) rather than inthe build tree. (using GNU make 3.79.1)John Gray1 parent9234591 commitc090b05
2 files changed
+7
-4
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
| |||
476 | 479 |
| |
477 | 480 |
| |
478 | 481 |
| |
479 |
| - | |
| 482 | + | |
480 | 483 |
| |
481 | 484 |
| |
482 | 485 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
|
0 commit comments
Comments
(0)