From: Andreas Schwab Date: Fri, 14 Nov 2014 20:44:03 +0000 (+0100) Subject: Don't rerun configure if lisp/version.el changes X-Git-Tag: emacs-25.0.90~2635^2~469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6a43d654a5f2a139c69f75f6d46383bf58b3a77;p=emacs.git 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. --- diff --git a/ChangeLog b/ChangeLog index c11ebea31df..6d8543c7884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-14 Andreas Schwab + + * Makefile.in (config.status): Don't depend on + ${srcdir}/lisp/version.el. + 2014-11-14 Paul Eggert Merge from gnulib. 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 \