mirror of git://gcc.gnu.org/git/gcc.git
parent
0a49eb31b2
commit
41a73c4c6c
|
@ -1,3 +1,7 @@
|
||||||
|
2003-04-04 Loren J. Rittle <ljrittle@acm.org>
|
||||||
|
|
||||||
|
* include/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
|
2003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
|
||||||
|
|
||||||
* libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
|
* libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -81,6 +81,8 @@ TARGET = @TARGET@
|
||||||
TARGETDIR = @TARGETDIR@
|
TARGETDIR = @TARGETDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
libffi_basedir = @libffi_basedir@
|
libffi_basedir = @libffi_basedir@
|
||||||
|
toolexecdir = @toolexecdir@
|
||||||
|
toolexeclibdir = @toolexeclibdir@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
@ -89,7 +91,7 @@ EXTRA_DIST = ffi.h.in ffi_common.h ffi_mips.h
|
||||||
hackdir = $(includedir)
|
hackdir = $(includedir)
|
||||||
|
|
||||||
hack_DATA = fficonfig.h ffi.h ffi_mips.h
|
hack_DATA = fficonfig.h ffi.h ffi_mips.h
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/${libffi_basedir}../mkinstalldirs
|
||||||
CONFIG_HEADER = ../fficonfig.h
|
CONFIG_HEADER = ../fficonfig.h
|
||||||
CONFIG_CLEAN_FILES = ffi.h
|
CONFIG_CLEAN_FILES = ffi.h
|
||||||
DATA = $(hack_DATA)
|
DATA = $(hack_DATA)
|
||||||
|
|
Loading…
Reference in New Issue