emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parallel make bug


From: Andreas Schwab
Subject: Re: parallel make bug
Date: Wed, 27 Jun 2007 19:03:38 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> Anyway, the error does not occur all the time, sometimes the failure is:
>
> Cannot open load file: autoload

Does this help?

--- Makefile.in 24 Apr 2007 10:31:30 +0200      1.85
+++ Makefile.in 27 Jun 2007 19:01:20 +0200      
@@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(li
        $(lisp)/mh-e/mh-xface.el
 
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
+$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo "" >> $@
        echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software 
Foundation, Inc." >> $@

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]