summaryrefslogtreecommitdiff
path: root/libffi/Makefile.am
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.am
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.am')
-rw-r--r--libffi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am
index 28369e78917..cbb05616b33 100644
--- a/libffi/Makefile.am
+++ b/libffi/Makefile.am
@@ -42,7 +42,7 @@ 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_IA64 = src/alpha/ffi.c src/alpha/unix.S
+TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S
TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S
TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c