pkg/jerryscript: use 'make -f' instead of copying makefile

This commit is contained in:
cladmi 2018-08-22 16:07:52 +02:00 committed by Gaëtan Harter
parent da3c075d1d
commit c4f8c006c4
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -13,7 +13,6 @@ export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
endif
all: git-download
@cp Makefile.jerryscript $(PKG_BUILDDIR)/Makefile
"$(MAKE)" -C $(PKG_BUILDDIR) all
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.jerryscript all
include $(RIOTBASE)/pkg/pkg.mk