Commit 3d1e872
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 <[email protected]>1 parent add8961 commit 3d1e872
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
0 commit comments