1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #8349 from kaspar030/pkg_heatshrink_remove_Makefile_copy

pkg: heatshrink: don't copy Makefile.heatshrink, use directly
This commit is contained in:
Kaspar Schleiser 2018-01-11 11:37:31 +01:00 committed by GitHub
commit 1a09004c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ PKG_VERSION=7d419e1fa4830d0b919b9b6a91fe2fb786cf3280
.PHONY: all
all: git-download
cp Makefile.heatshrink $(PKG_BUILDDIR)/Makefile
"$(MAKE)" -C $(PKG_BUILDDIR)
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.heatshrink
include $(RIOTBASE)/pkg/pkg.mk