Commit 29fcd4a
committed
Makefile common.mk: Fix that EXTRA_DEPS was overwritten
If defining COPY_STATS then EXTRA_DEPS variable was overwritten.
Thus, the subdir Makefile EXTRA_DEPS defines were lost.
Fix this by using "+=" instead of ":=".
This bug was introduced in commit 0c73a0b ("Makefile common,
let COPY_STATS add extra deps").
Fixes: 0c73a0b ("Makefile common, let COPY_STATS add extra deps")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>1 parent d14308b commit 29fcd4a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments