From 1c73e7a49dfaebf8876580c229bdae25867046de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com>
Date: Wed, 6 Apr 2016 13:50:24 +0200
Subject: [PATCH] pkg/openwsn: prevent build loop

---
 pkg/openwsn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/openwsn/Makefile b/pkg/openwsn/Makefile
index beb06cc3e6..5961ed7b67 100644
--- a/pkg/openwsn/Makefile
+++ b/pkg/openwsn/Makefile
@@ -5,6 +5,6 @@ PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8
 .PHONY: all
 
 all: git-download
-	"$(MAKE)" -C $(PKG_DIR)
+	"$(MAKE)" -C $(PKG_BUILDDIR)
 
 include $(RIOTBASE)/pkg/pkg.mk
-- 
GitLab