From d80fedfa1ea7815dd7eca212bb6e2513a5f62b85 Mon Sep 17 00:00:00 2001 From: Stephen Larew Date: Thu, 1 Sep 2016 12:05:39 -0400 Subject: [PATCH] Fix dependencies for sysimg out-of-tree builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 812fc5d35a1d2..e85d8e3d350de 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ CORE_SRCS := $(addprefix $(JULIAHOME)/, \ base/reduce.jl \ base/reflection.jl \ base/tuple.jl) -BASE_SRCS := $(shell find $(JULIAHOME)/base -name \*.jl) +BASE_SRCS := $(sort $(shell find $(JULIAHOME)/base -name \*.jl) $(shell find $(BUILDROOT)/base -name \*.jl)) $(build_private_libdir)/inference.ji: $(CORE_SRCS) | $(build_private_libdir) @$(call PRINT_JULIA, cd $(JULIAHOME)/base && \