From 8d5c9357afdf35a31a804610a161eadb97a4df95 Mon Sep 17 00:00:00 2001 From: neroden Date: Mon, 23 Feb 2004 16:19:20 +0000 Subject: * configure.in: Use NCN_TARGET_NONCANONICAL and friends. * configure: Regenerate. * Makefile.am: Use target_noncanonical variable from configure. * Makefile.in: Regenerate. * include/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78317 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/include/Makefile.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'boehm-gc/include') diff --git a/boehm-gc/include/Makefile.in b/boehm-gc/include/Makefile.in index 94ece1a258a..27734fc729a 100644 --- a/boehm-gc/include/Makefile.in +++ b/boehm-gc/include/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -95,9 +95,14 @@ addincludes = @addincludes@ addlibs = @addlibs@ addobjs = @addobjs@ addtests = @addtests@ +build_subdir = @build_subdir@ gc_basedir = @gc_basedir@ +host_subdir = @host_subdir@ mkinstalldirs = @mkinstalldirs@ +ncn_cv_ = @ncn_cv_@ target_all = @target_all@ +target_noncanonical = @target_noncanonical@ +target_subdir = @target_subdir@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ @@ -114,7 +119,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: -- cgit v1.2.1