summaryrefslogtreecommitdiffstats
path: root/targets/pseudo/stage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'targets/pseudo/stage/Makefile')
-rw-r--r--targets/pseudo/stage/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/targets/pseudo/stage/Makefile b/targets/pseudo/stage/Makefile
index daa352d..ed3217d 100644
--- a/targets/pseudo/stage/Makefile
+++ b/targets/pseudo/stage/Makefile
@@ -6,11 +6,10 @@ all:
# mtree makes a lot of noise if we are not root,
# we don't need to see it.
-stage-distrib-dirs: .META
+stage-distrib-dirs: .META ${META_DEPS}
mkdir -p ${STAGE_OBJTOP}
INSTALL="sh ${SRCTOP}/tools/install.sh" ${.MAKE} -C ${SRCTOP}/etc \
distrib-dirs -DNO_FSCHG -DWITH_TESTS DESTDIR=${STAGE_OBJTOP}
- touch $@
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud