diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-23 16:19:20 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-23 16:19:20 +0000 |
commit | 8d5c9357afdf35a31a804610a161eadb97a4df95 (patch) | |
tree | d038d0ea747ffe66701778c88b5beac4bd0c91b2 /boehm-gc/Makefile.in | |
parent | 7eabf124e996a897642556e5326b680c278ec586 (diff) | |
download | gcc-8d5c9357afdf35a31a804610a161eadb97a4df95.tar.gz |
* 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
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 4e5bb369e7a..1abd33b8ed4 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/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,12 +95,18 @@ 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_subdir = @target_subdir@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ +target_noncanonical = @target_noncanonical@ + AUTOMAKE_OPTIONS = cygnus SUBDIRS = include @@ -278,7 +284,7 @@ ltmain.sh mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) $(EXTRA_libgcjgc_convenience_la_SOURCES) OBJECTS = $(libgcjgc_la_OBJECTS) $(libgcjgc_convenience_la_OBJECTS) @@ -406,7 +412,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ |