Similar to r287844, create 'symlinks' cookie in proper place with -j and META_MODE.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-09-16 04:27:12 +00:00
parent 36977b7e7a
commit fa4fb8209b

View File

@ -373,6 +373,7 @@ symlinks:
${DESTDIR}${INCLUDEDIR}/rpc; \
done
.if ${MK_META_MODE} == "yes"
cd ${.OBJDIR}
touch ${.TARGET}
.endif