Merge pull request #578 from LudwigOrtmann/libcoap_makefile

fix libcoap checkout target
dev/timer
Ludwig Ortmann 9 years ago
commit a594c57bed

@ -21,7 +21,7 @@ patch: $(CURDIR)/$(PKG_NAME)/Makefile
$(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME)
cd $< && git apply ../patch.txt
$(CURDIR)/$(PKG_NAME):
$(CURDIR)/$(PKG_NAME)/:
git clone $(PKG_URL) $@ && \
cd $@ && git checkout $(PKG_VERSION)

Loading…
Cancel
Save