Makefile.am (all-recursive, [...]): Add missing targets.

* Makefile.am (all-recursive, install-recursive,
mostlyclean-recursive, clean-recursive, distclean-recursive,
maintainer-clean-recursive): Add missing targets.
* Makefile.in: Rebuilt.

From-SVN: r120892
This commit is contained in:
Alexandre Oliva 2007-01-18 07:17:57 +00:00 committed by Alexandre Oliva
parent 19b8c2d976
commit 0eb5e2b93d
3 changed files with 22 additions and 0 deletions

View 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*.

View file

@ -166,3 +166,10 @@ AM_CCASFLAGS = $(AM_CPPFLAGS)
.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

View file

@ -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: