fix oonf_api build with GNU Make 4.0

fixes #884
dev/timer
Benjamin Valentin 9 years ago
parent 86244410b5
commit 4dfce522df

@ -24,7 +24,7 @@ patch: $(CURDIR)/$(PKG_NAME)/Makefile
$(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME)
$(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)";)
$(CURDIR)/$(PKG_NAME)/:
$(CURDIR)/$(PKG_NAME):
git clone $(PKG_URL) $@ && \
cd $@ && git reset --hard $(PKG_VERSION)

Loading…
Cancel
Save