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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user