Skip to content

Commit

Permalink
make: fix out-of-tree build
Browse files Browse the repository at this point in the history
This rule was unused, and wouldn't work for an out-of-tree build anyways.

ref JuliaLang#27922
  • Loading branch information
vtjnash committed Jan 4, 2019
1 parent 18240f0 commit c1dafb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,6 @@ endif
# Make tricks

define dir_target
$$(subst $$(abspath $(JULIAHOME))/,,$$(abspath $(1))): $$(abspath $(1))
$$(abspath $(1)):
@mkdir -p $$@
endef
Expand All @@ -1188,7 +1187,6 @@ ifeq ($(BUILD_OS), WINNT)
else
-rm -r $$(abspath $(2)/$(3))
endif
$$(subst $$(abspath $(JULIAHOME))/,,$$(abspath $(2)/$(3))): $$(abspath $(2)/$(3))
$$(abspath $(2)/$(3)): | $$(abspath $(2))
ifeq ($$(BUILD_OS), WINNT)
@cmd //C mklink //J $$(call mingw_to_dos,$(2)/$(3),cd $(2) &&) $$(call mingw_to_dos,$(1),)
Expand Down

0 comments on commit c1dafb1

Please sign in to comment.