summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-04-27 01:34:15 -0400
committerAnthony Green <green@moxielogic.com>2012-04-27 01:34:15 -0400
commit213ed15c70e72d666154c08e2b41dae3f61f20d3 (patch)
tree937ecfdbf8f67d0d0ef547e69bad809c922282c0 /include
parentff3d76fd427382ce7d2b2ed54acdd0bce470ca4f (diff)
downloadlibffi-213ed15c70e72d666154c08e2b41dae3f61f20d3.tar.gz
Add blackfin supprt from Alexandre Keunecke.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index 6d7634a..91c0b28 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -39,17 +39,7 @@ subdir = include
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/ffi.h.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/asmcfi.m4 \
- $(top_srcdir)/m4/ax_cc_maxopt.m4 \
- $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
- $(top_srcdir)/m4/ax_compiler_vendor.m4 \
- $(top_srcdir)/m4/ax_configure_args.m4 \
- $(top_srcdir)/m4/ax_enable_builddir.m4 \
- $(top_srcdir)/m4/ax_gcc_archflag.m4 \
- $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)