From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31377 invoked by alias); 18 Dec 2002 12:39:53 -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 31341 invoked from network); 18 Dec 2002 12:39:50 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by 209.249.29.67 with SMTP; 18 Dec 2002 12:39:50 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 2B7E9147A3; Wed, 18 Dec 2002 13:39:38 +0100 (MET) To: gcc-patches@gcc.gnu.org Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: [toplevel] libstdcxx_incdir not substituted X-Yow: .. this must be what it's like to be a COLLEGE GRADUATE!! From: Andreas Schwab Date: Wed, 18 Dec 2002 07:27:00 -0000 Message-ID: User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (ia64-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-12/txt/msg00533.txt.bz2 The default value of gxx_include_dir is ${prefix}/include/${libstdcxx_incdir}, but libstdcxx_incdir is never set, although passed down to sub-makes. Andreas. 2002-12-18 Andreas Schwab * Makefile.tpl, configure.in: Substitute libstdcxx_incdir. * Makefile.in: Regenerate. Index: Makefile.in =================================================================== RCS file: /cvs/gcc/gcc/Makefile.in,v retrieving revision 1.132 diff -u -p -a -u -p -a -r1.132 Makefile.in --- Makefile.in 18 Dec 2002 05:28:41 -0000 1.132 +++ Makefile.in 18 Dec 2002 12:26:50 -0000 @@ -69,7 +69,8 @@ includedir = @includedir@ oldincludedir = @oldincludedir@ infodir = @infodir@ mandir = @mandir@ -gxx_include_dir=@gxx_include_dir@ +gxx_include_dir = @gxx_include_dir@ +libstdcxx_incdir = @libstdcxx_incdir@ tooldir = @tooldir@ build_tooldir = @build_tooldir@ Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.193 diff -u -p -a -u -p -a -r1.193 configure.in --- configure.in 17 Dec 2002 04:32:25 -0000 1.193 +++ configure.in 18 Dec 2002 12:27:34 -0000 @@ -1731,6 +1731,7 @@ s%@target_subdir@%${target_subdir}% s%@build_subdir@%${build_subdir}% s%@build_configargs@%${buildargs}% s%@gxx_include_dir@%${gxx_include_dir}% +s%@libstdcxx_incdir@%${libstdcxx_incdir}% s%@host_configargs@%${hostargs}% EOF sed -f $sedtemp Makefile > Makefile.tem -- 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."