mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-01 03:19:41 +08:00
Makefile.am: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114038
This commit is contained in:
parent
8665824cdc
commit
876ad464a6
@ -1,3 +1,8 @@
|
||||
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* Makefile.am: Add install-html target. Add install-html to .PHONY
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2006-02-27 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR 26473
|
||||
|
@ -90,5 +90,9 @@ AM_MAKEFLAGS = \
|
||||
|
||||
MAKEOVERRIDES=
|
||||
|
||||
.PHONY: install-html
|
||||
|
||||
install-html:
|
||||
|
||||
## ################################################################
|
||||
|
||||
|
@ -753,6 +753,10 @@ uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
|
||||
uninstall-nobase_libsubincludeHEADERS \
|
||||
uninstall-toolexeclibLTLIBRARIES
|
||||
|
||||
|
||||
.PHONY: install-html
|
||||
|
||||
install-html:
|
||||
# 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:
|
||||
|
Loading…
Reference in New Issue
Block a user