Skip to content

Commit

Permalink
Fix ref to "git_version.jl" to "version_git.jl", minor typo (#43734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti authored Jan 10, 2022
1 parent 07b3b22 commit 31dfef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ endif
$(BUILDDIR)/version_git.jl.phony: $(SRCDIR)/version_git.sh
ifneq ($(NO_GIT), 1)
sh $< $(SRCDIR) > $@
@# This to avoid touching git_version.jl when it is not modified,
@# This to avoid touching version_git.jl when it is not modified,
@# so that the system image does not need to be rebuilt.
@if ! cmp -s $@ version_git.jl; then \
$(call PRINT_PERL,) \
Expand Down

0 comments on commit 31dfef6

Please sign in to comment.