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:
parent
19b8c2d976
commit
0eb5e2b93d
3 changed files with 22 additions and 0 deletions
|
@ -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>
|
2006-12-14 Andreas Tobler <a.tobler@schweiz.org>
|
||||||
|
|
||||||
* configure.ac: Add TARGET for x86_64-*-darwin*.
|
* configure.ac: Add TARGET for x86_64-*-darwin*.
|
||||||
|
|
|
@ -166,3 +166,10 @@ AM_CCASFLAGS = $(AM_CPPFLAGS)
|
||||||
.PHONY: install-html
|
.PHONY: install-html
|
||||||
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
|
||||||
|
|
|
@ -1344,6 +1344,14 @@ uninstall-info: uninstall-info-recursive
|
||||||
# No install-html support
|
# No install-html support
|
||||||
.PHONY: install-html
|
.PHONY: install-html
|
||||||
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.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Add table
Reference in a new issue