mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Fix typo in previous commit
I fixed this when I tested the patch, but apparently forgot to commit the typo fix into my local git tree. ".ORDER" -> ".ORDER:". MFC after: 5 minutes Fixes: 187d696a0aa0 "bsd.progs.mk: Create directories first" Sponsored by: Amazon (cherry picked from commit 19597c02338a01bf1ab3b25409528a1765b13a74)
This commit is contained in:
parent
fe945fa9c9
commit
d0ddcdb13e
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ $p.$t: .PHONY .MAKE ${_PROGS_COMMON_OBJS}
|
|||
NO_SUBDIR=1 ${MAKE} -f ${MAKEFILE} _RECURSING_PROGS=t \
|
||||
${_PROG_MK.${t}} PROG=$p ${x.$p} ${@:E})
|
||||
.endfor
|
||||
.ORDER installdirs $p.install
|
||||
.ORDER: installdirs $p.install
|
||||
.endfor
|
||||
|
||||
# Depend main pseudo targets on all PROG.pseudo targets too.
|
||||
|
|
|
|||
Loading…
Reference in a new issue