diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:47:02 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:47:02 +0000 |
commit | d82754e17583b2f057dfe2ba3fef8893f9caf66b (patch) | |
tree | a278c0c4cb1a399973485e32359f1677b32bcf58 /libssp | |
parent | 8f16e3ad82b5c0fc6fa3ea8d13c1c6702646e910 (diff) | |
download | gcc-d82754e17583b2f057dfe2ba3fef8893f9caf66b.tar.gz |
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114038 138bc75d-0d04-0410-961f-82ee72b054a4
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: |