Skip to content

Commit 0c36201

Browse files
committed
make: fix out-of-tree build
This rule was unused, and wouldn't work for an out-of-tree build anyways. ref #27922
1 parent 2269fe6 commit 0c36201

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Make.inc

-2
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,6 @@ endif
11691169
# Make tricks
11701170

11711171
define dir_target
1172-
$$(subst $$(abspath $(JULIAHOME))/,,$$(abspath $(1))): $$(abspath $(1))
11731172
$$(abspath $(1)):
11741173
@mkdir -p $$@
11751174
endef
@@ -1188,7 +1187,6 @@ ifeq ($(BUILD_OS), WINNT)
11881187
else
11891188
-rm -r $$(abspath $(2)/$(3))
11901189
endif
1191-
$$(subst $$(abspath $(JULIAHOME))/,,$$(abspath $(2)/$(3))): $$(abspath $(2)/$(3))
11921190
$$(abspath $(2)/$(3)): | $$(abspath $(2))
11931191
ifeq ($$(BUILD_OS), WINNT)
11941192
@cmd //C mklink //J $$(call mingw_to_dos,$(2)/$(3),cd $(2) &&) $$(call mingw_to_dos,$(1),)

0 commit comments

Comments
 (0)