+2003-10-28 Akim Demaille <akim@epita.fr>
+
+ * Makefile.cfg (local_updates, executable-update): Tweak to be
+ robust to parallel makes.
+ Suggested by Alexandre Duret-Lutz.
+
2003-10-27 Akim Demaille <akim@epita.fr>
* Makefile.cfg (executable-update): New.
-# Customize Makefile.maint for Autoconf. -*- makefile -*-
+# Customize Makefile.maint for Autoconf. -*- Makefile -*-
# Copyright (C) 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
$(srcdir)/config/missing \
$(srcdir)/config/mkinstalldirs
-# autom4te-update is defined in Makefile.am.
-local_updates = wget-update cvs-update autom4te-update executable-update
+# Keep executables executable. Make it robust to parallel makes.
+local_updates = executable-update
.PHONY: executable-update
-executable-update:
+# autom4te-update is defined in Makefile.am.
+executable-update: wget-update cvs-update autom4te-update
chmod +x $(cvs_files) \
$(srcdir)/config/config.guess \
$(srcdir)/config/config.sub