From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C35F74048D2 for ; Fri, 12 Mar 2010 04:57:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.382 X-Spam-Level: X-Spam-Status: No, score=-1.382 tagged_above=-999 required=5 tests=[AWL=-0.642, BAYES_20=-0.74] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S2wn5GJ6sVdE for ; Fri, 12 Mar 2010 04:57:27 -0800 (PST) Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com [209.85.218.210]) by olra.theworths.org (Postfix) with ESMTP id AEA9C4048CF for ; Fri, 12 Mar 2010 04:57:27 -0800 (PST) Received: by bwz2 with SMTP id 2so1000823bwz.30 for ; Fri, 12 Mar 2010 04:57:26 -0800 (PST) Received: by 10.204.6.26 with SMTP id 26mr2668520bkx.123.1268398646153; Fri, 12 Mar 2010 04:57:26 -0800 (PST) Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1]) by mx.google.com with ESMTPS id a11sm5096070bkc.15.2010.03.12.04.57.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 04:57:25 -0800 (PST) Received: by aw.hh.sledj.net (Postfix, from userid 1000) id 1077870327; Fri, 12 Mar 2010 12:57:14 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Date: Fri, 12 Mar 2010 12:57:09 +0000 Message-Id: <1268398629-28163-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 Subject: [PATCH] Add the emacs directory to the load-path when byte compiling. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 12:57:28 -0000 --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 46f001c..f0b96e0 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ quiet ?= $($1) $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@ %.elc: %.el - $(call quiet,EMACS) -batch -f batch-byte-compile $< + $(call quiet,EMACS) -batch -L emacs -f batch-byte-compile $< .deps/%.d: %.c $(global_deps) @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \ -- 1.7.0