From 673ff3e94ae277e490689b2ed587c640a11a6d21 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 9 Jan 2020 11:04:32 +0100 Subject: [PATCH] pkg/local.mk: fix local pkg build --- pkg/local.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/local.mk b/pkg/local.mk index 4f5755da2e3e..35a1d263efd7 100644 --- a/pkg/local.mk +++ b/pkg/local.mk @@ -6,7 +6,9 @@ # # WARNING: any local changes made to $(PKG_BUILDDIR) *will* get lost! -.PHONY: prepare clean +.PHONY: prepare clean all + +all: $(PKG_BUILDDIR)/.prepared prepare: $(PKG_BUILDDIR)/.prepared @true