pkg/libcoap: call "$(MAKE)", not make

dev/timer
Ludwig Ortmann 8 years ago
parent 0cd1f34c4a
commit 5a21631643

@ -15,7 +15,7 @@ endif
.PHONY: all clean patch reset
all: patch
make -C $(PKG_DIR)
"$(MAKE)" -C $(PKG_DIR)
patch: $(PKG_DIR)/Makefile

Loading…
Cancel
Save