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:	187d696a0a "bsd.progs.mk: Create directories first"
Sponsored by:	Amazon
This commit is contained in:
Colin Percival
2024-07-10 08:08:20 -07:00
parent 187d696a0a
commit 19597c0233
+1 -1
View File
@@ -155,7 +155,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.