From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29394 invoked by alias); 3 Sep 2003 15:55:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29382 invoked from network); 3 Sep 2003 15:55:48 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 3 Sep 2003 15:55:48 -0000 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 8D8FB15A59BD for ; Wed, 3 Sep 2003 17:55:47 +0200 (CEST) To: gdb-patches@sources.redhat.com Subject: Pass down $(bindir) and $(mandir) From: Andreas Schwab X-Yow: Please come home with me... I have Tylenol!! Date: Wed, 03 Sep 2003 15:55:00 -0000 Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2003-09/txt/msg00016.txt.bz2 sim/common/Makefile and sim/ppc/Makefile are using mandir and bindir, resp., so we should pass them down. OK for HEAD and 6.0 branch? Andreas. 2003-09-03 Andreas Schwab * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir). --- sim/Makefile.in.~1.3.~ 2002-09-05 11:17:13.000000000 +0200 +++ sim/Makefile.in 2003-09-03 16:57:15.000000000 +0200 @@ -85,6 +85,8 @@ RUNTESTFLAGS= FLAGS_TO_PASS = \ "prefix=$(prefix)" \ "exec_prefix=$(exec_prefix)" \ + "bindir=$(bindir)" \ + "mandir=$(mandir)" \ "against=$(against)" \ "AR=$(AR)" \ "AR_FLAGS=$(AR_FLAGS)" \ -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."