1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13056 from fjmolinas/pr_fix_local_pkg_13036

pkg/local.mk: fix local pkg build
This commit is contained in:
Bas Stottelaar 2020-01-09 11:51:25 +01:00 committed by GitHub
commit 4dc67679a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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