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