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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | libssp/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
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: |