Skip to content

Commit

Permalink
should fix #9047
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Nov 18, 2014
1 parent dff36a7 commit 6537afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ $(OPENLIBM_OBJ_SOURCE): openlibm/Makefile
touch -c $@
$(OPENLIBM_OBJ_TARGET): $(OPENLIBM_OBJ_SOURCE)
$(MAKE) -C openlibm install $(OPENLIBM_FLAGS) $(MAKE_COMMON)
$(INSTALL_NAME_CMD)libopenlibm.$(SHLIB_EXT) $@
$(INSTALL_NAME_CMD)libopenlibm.$(SHLIB_EXT) $(build_shlibdir)/libopenlibm.$(SHLIB_EXT)
touch -c $@

clean-openlibm:
Expand Down Expand Up @@ -1542,7 +1542,7 @@ $(OSXUNWIND_OBJ_TARGET): $(OSXUNWIND_OBJ_SOURCE) | $(build_shlibdir)

clean-osxunwind:
-$(MAKE) -C libosxunwind-$(OSXUNWIND_VER) distclean $(OSXUNWIND_FLAGS)
-rm $(OPENLIBM_OBJ_TARGET)
-rm $(OSXUNWIND_OBJ_TARGET)
distclean-osxunwind: clean-osxunwind

get-osxunwind: libosxunwind-$(OSXUNWIND_VER)/Makefile
Expand Down

0 comments on commit 6537afe

Please sign in to comment.