From 15b6f0723a0e5fc59d8885cf465ded40590e7836 Mon Sep 17 00:00:00 2001 From: andreast Date: Thu, 4 Sep 2003 14:51:43 +0000 Subject: Andreas Tobler * include/Makefile.in: Built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71070 138bc75d-0d04-0410-961f-82ee72b054a4 --- libffi/include/Makefile.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libffi/include') diff --git a/libffi/include/Makefile.in b/libffi/include/Makefile.in index b5d4e2de87b..d2cb67d8a8b 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: -- cgit v1.2.1