Skip to content

Commit

Permalink
Update unwind.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 10, 2016
1 parent 5f91c39 commit b7da99d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deps/unwind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ ifeq ($(OS),$(BUILD_OS))
endif
echo 1 > $@

define LIBUNWIND_INSTALL
$(call MAKE_INSTALL,$1,$2,$3)
endef
$(eval $(call staged-install, \
unwind,libunwind-$(UNWIND_VER), \
LIBUNWIND_INSTALL,,,))
MAKE_INSTALL,,,))

clean-unwind:
-rm $(BUILDDIR)/libunwind-$(UNWIND_VER)/build-configured $(BUILDDIR)/libunwind-$(UNWIND_VER)/build-compiled
Expand Down

0 comments on commit b7da99d

Please sign in to comment.