Skip to content

Commit

Permalink
Merge pull request #13056 from fjmolinas/pr_fix_local_pkg_13036
Browse files Browse the repository at this point in the history
pkg/local.mk: fix local pkg build
  • Loading branch information
basilfx authored Jan 9, 2020
2 parents c8461a4 + 673ff3e commit 4dc6767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc6767

Please sign in to comment.