diff options
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index b628444aad1..de3dc186170 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -132,13 +132,13 @@ PHONY_EXTRAS = # This could lead to problems in parallel builds if automatically # generated *.el files (eg loaddefs etc) were being changed at the same time. # One solution was to add autoloads as a prerequisite: -# https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html -# https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html +# https://lists.gnu.org/r/emacs-pretest-bug/2007-01/msg00469.html +# https://lists.gnu.org/r/bug-gnu-emacs/2007-12/msg00171.html # However, this meant that running these targets modified loaddefs.el, # every time (due to time-stamping). Calling these rules from # bootstrap-after would modify loaddefs after src/emacs, resulting # in make install remaking src/emacs for no real reason: -# https://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html +# https://lists.gnu.org/r/emacs-devel/2008-02/msg00311.html # Nowadays these commands don't scan automatically generated files, # since they will never contain any useful information # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). |