summaryrefslogtreecommitdiff
path: root/lib/emacs
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-08-25 21:33:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-08-25 21:33:19 +0000
commit7753b867c0d235da7f12d6e9e5e6530b09f4c9f6 (patch)
treea0baa7daf564784d5ae01d820efa88cea8858f0c /lib/emacs
parentffea2f0089e1a587ffef121b295b08deb17fc8a7 (diff)
downloadautoconf-7753b867c0d235da7f12d6e9e5e6530b09f4c9f6.tar.gz
Regenerate.
Diffstat (limited to 'lib/emacs')
-rw-r--r--lib/emacs/Makefile.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in
index 58e592b4..6bf6b1b0 100644
--- a/lib/emacs/Makefile.in
+++ b/lib/emacs/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -182,9 +182,16 @@ elc-stamp: $(LISP)
else : ; fi
@mv -f elc-temp $@
$(am__ELCFILES): elc-stamp
- @if test ! -f $@; then \
- rm -f elc-stamp; \
- $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \
+ @if test "$(EMACS)" != no && test ! -f $@; then \
+ trap 'rm -rf elc-lock elc-stamp' 1 2 13 15; \
+ if mkdir elc-lock 2>/dev/null; then \
+ rm -f elc-stamp; \
+ $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \
+ rmdir elc-lock; \
+ else \
+ while test -d elc-lock; do sleep 1; done; \
+ test -f elc-stamp; exit $$?; \
+ fi; \
else : ; fi
install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)
@$(NORMAL_INSTALL)