Skip to content

Commit

Permalink
fix oonf_api build with GNU Make 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco authored and kaspar030 committed Apr 3, 2014
1 parent 19a9576 commit a164516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oonf_api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a164516

Please sign in to comment.