diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2003-09-04 16:51:43 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2003-09-04 16:51:43 +0200 |
commit | efaede1c737aa0097d6f6a1d15b758d3ac057e40 (patch) | |
tree | d947096bfc8d90b76e1bb9eb54643d56d7dde213 /libffi/include | |
parent | 8a6b509ea857a07be12738d10403d3ab0f647ffe (diff) | |
download | gcc-efaede1c737aa0097d6f6a1d15b758d3ac057e40.zip gcc-efaede1c737aa0097d6f6a1d15b758d3ac057e40.tar.gz gcc-efaede1c737aa0097d6f6a1d15b758d3ac057e40.tar.bz2 |
Andreas Tobler <a.tobler@schweiz.ch>
* include/Makefile.in: Built.
From-SVN: r71070
Diffstat (limited to 'libffi/include')
-rw-r--r-- | libffi/include/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libffi/include/Makefile.in b/libffi/include/Makefile.in index b5d4e2d..d2cb67d 100644 --- a/libffi/include/Makefile.in +++ b/libffi/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. @@ -57,8 +57,13 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_alias = @build_alias@ +build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ +target_alias = @target_alias@ +target_triplet = @target@ +AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@ AS = @AS@ CC = @CC@ CXX = @CXX@ @@ -101,7 +106,7 @@ DIST_COMMON = Makefile.am Makefile.in ffi.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = gnutar GZIP_ENV = --best all: all-redirect .SUFFIXES: |