From 3d1fa90dc507f3df83628d8a36832e4d7f0b9587 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 4 Jul 2017 13:10:13 +0000 Subject: [PATCH] Should have committed this two days ago, last part that ran during depend can run normally --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index b888892474c..90cfff13232 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.108 2017/06/28 07:40:08 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.109 2017/07/04 13:10:13 espie Exp $ # # Build wrapper for Perl # @@ -25,7 +25,9 @@ ${GEN_AFTER}: config.sh CLEANFILES= config.sh Policy.sh DynaLoader.c -depend: depend.done +# nothing! +depend: + @: depend.done: ${GENERATED} cd ${.OBJDIR} && exec ${MAKE} depend -- 2.20.1