diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-11-23 04:11:31 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-11-23 04:11:31 +0000 |
commit | b85e31b94a86f1f14325bbe03ab17e9168d1b220 (patch) | |
tree | b1f38c339c34afd30f1c76412a3a2e364dd6c7f9 /libffi/Makefile.am | |
parent | 63933fc35788d8273a523d84493cfcb0d5151e38 (diff) | |
download | gcc-b85e31b94a86f1f14325bbe03ab17e9168d1b220.zip gcc-b85e31b94a86f1f14325bbe03ab17e9168d1b220.tar.gz gcc-b85e31b94a86f1f14325bbe03ab17e9168d1b220.tar.bz2 |
Makefile.am: Remove no-dependencies.
2004-11-23 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.
* acinclude.m4: Delete logic for sincludes.
* aclocal.m4, Makefile.in, configure: Regenerate.
* include/Makefile: Likewise.
* testsuite/Makefile: Likewise.
From-SVN: r91073
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index 225fa54..518d732 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -1,6 +1,7 @@ ## Process this with automake to create Makefile.in -AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects +AUTOMAKE_OPTIONS = foreign subdir-objects +ACLOCAL_AMFLAGS = -I .. -I ../config SUBDIRS = include testsuite |