Commit 3221597
Makefile: use $(OBJECTS) instead of $(C_OBJ)
In the preceding commit $(C_OBJ) added in c373991 (Makefile: list
generated object files in OBJECTS, 2010-01-26) became synonymous with
$(OBJECTS). Let's avoid the indirection and use the $(OBJECTS)
variable directly instead.
Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 9dc523a commit 3221597
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2590 | 2590 | | |
2591 | 2591 | | |
2592 | 2592 | | |
2593 | | - | |
2594 | | - | |
2595 | | - | |
| 2593 | + | |
2596 | 2594 | | |
2597 | 2595 | | |
2598 | 2596 | | |
| |||
3084 | 3082 | | |
3085 | 3083 | | |
3086 | 3084 | | |
3087 | | - | |
| 3085 | + | |
3088 | 3086 | | |
3089 | 3087 | | |
3090 | 3088 | | |
| |||
0 commit comments