From 9c7aaa01b3564c1a20b8236ac6d5ebc149363709 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 16 Sep 2015 04:27:12 +0000 Subject: [PATCH] Similar to r287844, create 'symlinks' cookie in proper place with -j and META_MODE. Sponsored by: EMC / Isilon Storage Division --- include/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile b/include/Makefile index 8e7bf6d8a010..5d585a14319b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -373,6 +373,7 @@ symlinks: ${DESTDIR}${INCLUDEDIR}/rpc; \ done .if ${MK_META_MODE} == "yes" + cd ${.OBJDIR} touch ${.TARGET} .endif