Skip to content

Commit

Permalink
Merge pull request #5322 from cgundogan/pr/pkg/openwsn_backport
Browse files Browse the repository at this point in the history
pkg/openwsn: prevent build loop (backport)
  • Loading branch information
haukepetersen committed Apr 15, 2016
2 parents 5269017 + 05dd320 commit b9f4206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openwsn/Makefile
Expand Up @@ -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

0 comments on commit b9f4206

Please sign in to comment.