OSDN Git Service

* Makefile.am (all-recursive, install-recursive,
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jan 2007 07:17:57 +0000 (07:17 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jan 2007 07:17:57 +0000 (07:17 +0000)
mostlyclean-recursive, clean-recursive, distclean-recursive,
maintainer-clean-recursive): Add missing targets.
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120892 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in

index f8fa574..879df49 100644 (file)
@@ -1,3 +1,10 @@
+2007-01-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.am (all-recursive, install-recursive,
+       mostlyclean-recursive, clean-recursive, distclean-recursive,
+       maintainer-clean-recursive): Add missing targets.
+       * Makefile.in: Rebuilt.
+
 2006-12-14  Andreas Tobler  <a.tobler@schweiz.org>
 
        * configure.ac: Add TARGET for x86_64-*-darwin*.
 2006-12-14  Andreas Tobler  <a.tobler@schweiz.org>
 
        * configure.ac: Add TARGET for x86_64-*-darwin*.
index 8af26cc..0924857 100644 (file)
@@ -166,3 +166,10 @@ AM_CCASFLAGS = $(AM_CPPFLAGS)
 .PHONY: install-html
 install-html:
 
 .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
index 3f403e4..37bf645 100644 (file)
@@ -1344,6 +1344,14 @@ uninstall-info: uninstall-info-recursive
 # No install-html support
 .PHONY: install-html
 install-html:
 # 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:
 # 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: