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:
Colin Percival 2024-07-10 08:08:20 -07:00
parent fe945fa9c9
commit d0ddcdb13e

View file

@ -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.