git: 19597c02338a - main - Fix typo in previous commit

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Wed, 10 Jul 2024 15:10:43 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=19597c02338a01bf1ab3b25409528a1765b13a74

commit 19597c02338a01bf1ab3b25409528a1765b13a74
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-07-10 15:08:20 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-07-10 15:08:20 +0000

    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
---
 share/mk/bsd.progs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/bsd.progs.mk b/share/mk/bsd.progs.mk
index 44191d1c56df..ee6b13057574 100644
--- a/share/mk/bsd.progs.mk
+++ b/share/mk/bsd.progs.mk
@@ -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.