Skip to content

Commit

Permalink
Merge pull request #11854 from JuliaLang/sf/whereforeartthoujulia
Browse files Browse the repository at this point in the history
Allow sys.ji to not exist during `make install`
  • Loading branch information
staticfloat committed Jun 26, 2015
2 parents 08fdb0a + 3b90c43 commit be131b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ endif
endif
$(INSTALL_F) src/julia.h src/julia_version.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia
# Copy system image
$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)
-$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)
$(INSTALL_M) $(build_private_libdir)/sys.$(SHLIB_EXT) $(DESTDIR)$(private_libdir)
# Copy in system image build script
$(INSTALL_M) contrib/build_sysimg.jl $(DESTDIR)$(datarootdir)/julia/
Expand Down

0 comments on commit be131b9

Please sign in to comment.