From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Makefile questions Date: Thu, 07 Oct 2010 11:48:47 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286466538 15411 80.91.229.12 (7 Oct 2010 15:48:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 15:48:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 07 17:48:56 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3siF-0008KG-Uv for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 17:48:56 +0200 Original-Received: from localhost ([127.0.0.1]:34637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3siF-00074e-IS for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 11:48:55 -0400 Original-Received: from [140.186.70.92] (port=34551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3si9-00072T-6r for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:48:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3si7-00028L-RB for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:48:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3si7-00028H-KA for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:48:47 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3si7-00018Q-Ei; Thu, 07 Oct 2010 11:48:47 -0400 In-Reply-To: (Andreas Schwab's message of "Thu\, 07 Oct 2010 17\:39\:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131436 Archived-At: Andreas Schwab writes: > Dan Nicolaescu writes: > >> Also why the ugly ${lispsource}loaddefs.el instead of ${lispsource}/loaddefs.el ? > > Because double slashes are ugly. Would there be any double slashes if lispsource is defined as: lispsource = ${srcdir}/../lisp and uses like: ${lispsource}/loaddefs.el would be changed to: ${lispsource}/loaddefs.el ?