* Makefile.cfg (executable-update): New.

(local_updates): Call it.
This commit is contained in:
Akim Demaille 2003-10-27 16:48:06 +00:00
parent d7b524a8b0
commit 5f99feb4cd
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-27 Akim Demaille <akim@epita.fr>
* Makefile.cfg (executable-update): New.
(local_updates): Call it.
2003-10-27 Akim Demaille <akim@epita.fr>
* lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):

View File

@ -47,7 +47,13 @@ cvs_files = \
$(srcdir)/config/mkinstalldirs
# autom4te-update is defined in Makefile.am.
local_updates = wget-update cvs-update autom4te-update
local_updates = wget-update cvs-update autom4te-update executable-update
.PHONY: executable-update
executable-update:
chmod +x $(cvs_files) \
$(srcdir)/config/config.guess \
$(srcdir)/config/config.sub
# Tests not to run.
local-checks-to-skip ?= \