Skip to content
Snippets Groups Projects
Unverified Commit 1a09004c authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #8349 from kaspar030/pkg_heatshrink_remove_Makefile_copy

pkg: heatshrink: don't copy Makefile.heatshrink, use directly
parents 7a813861 460a9bd2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ PKG_VERSION=7d419e1fa4830d0b919b9b6a91fe2fb786cf3280 ...@@ -5,7 +5,6 @@ PKG_VERSION=7d419e1fa4830d0b919b9b6a91fe2fb786cf3280
.PHONY: all .PHONY: all
all: git-download all: git-download
cp Makefile.heatshrink $(PKG_BUILDDIR)/Makefile "$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.heatshrink
"$(MAKE)" -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk include $(RIOTBASE)/pkg/pkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment