From 97847afaeb8e130865e4ec6f09f4b1a29661ea29 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 27 Feb 2018 12:35:18 +0100 Subject: [PATCH] make: patch core build for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f347776ad..0e3623740 100644 --- a/Makefile +++ b/Makefile @@ -340,7 +340,7 @@ clean-src: ${GIT} clean -xdqf ${.CURDIR}/src clean-work: - @rm -rf ${WRKSRC} ${PKGDIR} + @rm -rf ${WRKSRC} clean: clean-src clean-work