Commit 515f43b
committed
makefile: fix potential bug
Copy first dependency, not all of them.
Allthough there is a distinction in Makefile between $^
and $<, there's no difference in the case that is fixed
as of writing.
This commit is just to clearly show a drive-by fix, before
the next commit.
Signed-off-by: Øyvind Harboe <[email protected]>1 parent a43406a commit 515f43b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
| 746 | + | |
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| |||
0 commit comments