diff options
Diffstat (limited to 'boehm-gc/include/Makefile.in')
-rw-r--r-- | boehm-gc/include/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
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: |