diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:28:16 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:28:16 +0000 |
commit | b03c1c38361018db278178ea49ececb15b3bfbce (patch) | |
tree | 6d73cd513b99b3c9eafe307a4d3e05e3dea43022 /libgomp/Makefile.am | |
parent | 93f48440fe68488ce417e4facfc5a0f9ef8e1d25 (diff) | |
download | gcc-b03c1c38361018db278178ea49ececb15b3bfbce.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@114032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/Makefile.am')
-rw-r--r-- | libgomp/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index e4c5389e62d..28720501c72 100644 --- a/libgomp/Makefile.am +++ b/libgomp/Makefile.am @@ -48,3 +48,8 @@ fortran.lo: libgomp_f.h fortran.o: libgomp_f.h env.lo: libgomp_f.h env.o: libgomp_f.h + +# No install-html target +.PHONY: install-html +install-html: + |