From 831898f73592c9f5de79435b16525f0802c3d7c5 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 7 Jan 2020 20:15:18 +0100 Subject: [PATCH] pkg: adapt Makefile template --- pkg/Makefile.git | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/Makefile.git b/pkg/Makefile.git index 5536103ada..3f58592ba2 100644 --- a/pkg/Makefile.git +++ b/pkg/Makefile.git @@ -3,9 +3,7 @@ PKG_URL= # source url of the package's git repository PKG_VERSION= # version of the package to use e.g. a git commit/ref PKG_LICENSE= # license of the package -.PHONY: all +include $(RIOTBASE)/pkg/pkg.mk all: $(MAKE) -C $(CURDIR)/$(PKG_NAME) - -include $(RIOTBASE)/pkg/pkg.mk