aboutsummaryrefslogtreecommitdiff
path: root/libffi/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2007-01-18 07:17:57 +0000
committerAlexandre Oliva <aoliva@redhat.com>2007-01-18 07:17:57 +0000
commitf1d676149bc7170e66ca511c61a79f146b13f3de (patch)
treec4442d2d8d440192c94dfb17814fffc0497130b4 /libffi/Makefile.in
parentf20be5001ae9cb81d42d2d434814df869ac738b8 (diff)
* Makefile.am (all-recursive, install-recursive,
mostlyclean-recursive, clean-recursive, distclean-recursive, maintainer-clean-recursive): Add missing targets. * Makefile.in: Rebuilt. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@120892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/Makefile.in')
-rw-r--r--libffi/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libffi/Makefile.in b/libffi/Makefile.in
index 3f403e48c3f..37bf645040b 100644
--- a/libffi/Makefile.in
+++ b/libffi/Makefile.in
@@ -1344,6 +1344,14 @@ uninstall-info: uninstall-info-recursive
# No install-html support
.PHONY: install-html
install-html:
+
+# Multilib support. Automake should provide these on its own.
+all-recursive: all-multi
+install-recursive: install-multi
+mostlyclean-recursive: mostlyclean-multi
+clean-recursive: clean-multi
+distclean-recursive: distclean-multi
+maintainer-clean-recursive: maintainer-clean-multi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: