diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2014-11-14 21:44:03 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2014-11-14 21:47:30 +0100 |
commit | a6a43d654a5f2a139c69f75f6d46383bf58b3a77 (patch) | |
tree | e6c002645066a3ea43cfad203a32080eaee84598 /Makefile.in | |
parent | dc7a3ba28b49fe67e469931bc9e66ea1b71fc4d3 (diff) | |
download | emacs-a6a43d654a5f2a139c69f75f6d46383bf58b3a77.tar.gz |
Don't rerun configure if lisp/version.el changes
lisp/version.el is no longer the authority for emacs-version.
* Makefile.in (config.status): Don't depend on
${srcdir}/lisp/version.el.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 25d2a08d907..ccb70a436e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -408,7 +408,7 @@ $(MAKEFILE_NAME): config.status $(srcdir)/src/config.in \ # Don't erase these files if make is interrupted while refreshing them. .PRECIOUS: Makefile config.status -config.status: ${srcdir}/configure ${srcdir}/lisp/version.el +config.status: ${srcdir}/configure if [ -x ./config.status ]; then \ $(CFG) ./config.status --recheck; \ else \ |