From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Miguel A. Figueroa-Villanueva" Subject: Re: Makefile fix? Date: Wed, 11 Jul 2007 08:27:48 -0400 Message-ID: <17f71bca0707110527g3c675334g9fe9d553d1f25eca@mail.gmail.com> References: <17f71bca0707081121s1f52fd7l62066e7677f02c09@mail.gmail.com> <8705ab28598e713706d8cf700c249ec3@science.uva.nl> <17f71bca0707102058h5b4fec9bo79e280ebe1128b11@mail.gmail.com> <93cd4554623edcef407ec72086b50344@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8bIU-0008Ty-0x for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 08:27:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8bIR-0008Qi-OG for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 08:27:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8bIR-0008QN-J7 for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 08:27:55 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8bIQ-0007Tq-CM for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 08:27:54 -0400 Received: by ug-out-1314.google.com with SMTP id 34so108513ugf for ; Wed, 11 Jul 2007 05:27:48 -0700 (PDT) In-Reply-To: <93cd4554623edcef407ec72086b50344@science.uva.nl> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Eddward DeVilla , emacs-orgmode@gnu.org On 7/11/07, Carsten Dominik wrote: > On Jul 11, 2007, at 6:15, Eddward DeVilla wrote: > > Oops. lispdir won't expand due to the single quotes. Maybe this will > > work a little bit better. > > > > BATCH=$(EMACS) -batch -q -eval "(add-to-list (quote load-path) > > \"$(lispdir)\")" > > > > Edd > That seems to work ok. Miguel, can you confirm? > I am not sure if all versions of make have the > control structure you have been proposing? > > - Carsten Now it works. I'm not sure if there is a prettier way to do it, but to me it seems like the right way. Thanks to you both. --Miguel