diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-24 01:47:02 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-05-24 01:47:02 +0000 |
commit | 876ad464a612c8f572154719719131feacbdbf04 (patch) | |
tree | a278c0c4cb1a399973485e32359f1677b32bcf58 /libssp | |
parent | 8665824cdc1ddb2f4c62ca9f48228ade1e072588 (diff) | |
download | gcc-876ad464a612c8f572154719719131feacbdbf04.tar.gz |
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
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/ChangeLog | 5 | ||||
-rw-r--r-- | libssp/Makefile.am | 4 | ||||
-rw-r--r-- | libssp/Makefile.in | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index d01d6879f69..fcadf7b24c0 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -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 diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 1500e251269..22e83d9a1fa 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -90,5 +90,9 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= +.PHONY: install-html + +install-html: + ## ################################################################ diff --git a/libssp/Makefile.in b/libssp/Makefile.in index 8dfa8f4fe66..61fcffd5ec9 100644 --- a/libssp/Makefile.in +++ b/libssp/Makefile.in @@ -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: |