summaryrefslogtreecommitdiff
path: root/libffi/Makefile.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-03 01:19:22 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-03 01:19:22 +0000
commit03ae52bb585e3edfe54407edb7f13a2337c6509e (patch)
treeae57eb7958d343f8495ca4428848fd3c67d3d8c3 /libffi/Makefile.in
parent879dd614cdec7aeb865151743e912644b4732e74 (diff)
downloadgcc-03ae52bb585e3edfe54407edb7f13a2337c6509e.tar.gz
* Makefile.in: Rebuilt.
* Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as directory name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32301 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/Makefile.in')
-rw-r--r--libffi/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile.in b/libffi/Makefile.in
index cd171a6bba3..d8bbff717c4 100644
--- a/libffi/Makefile.in
+++ b/libffi/Makefile.in
@@ -116,7 +116,7 @@ TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S
TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S
-TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S
+TARGET_SRC_ALPHA = src/ia64/ffi.c src/ia64/osf.S
TARGET_SRC_IA64 = src/alpha/ffi.c src/alpha/unix.S
TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S