Commit 92f6ce6
committed
Makefile: Add .install.* to .PHONY
Also consolidate the install.tools entry in the .PHONY block at the
end of the Makefile. The $(var:pattern=replacement) syntax is
documented in [1].
[1]: https://www.gnu.org/software/make/manual/html_node/Text-Functions.html#index-patsubst-1
Signed-off-by: W. Trevor King <wking@tremily.us>1 parent 8d7de86 commit 92f6ce6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments