aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-05-24 01:28:16 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-05-24 01:28:16 +0000
commitb7edf1ea9382a6a78f721268cb108078fa86bca2 (patch)
tree6d73cd513b99b3c9eafe307a4d3e05e3dea43022 /libgomp
parent1c6de1c1434950646fde339760d47a8fe394f041 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@114032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/Makefile.am5
-rw-r--r--libgomp/Makefile.in4
3 files changed, 14 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 26391467ebb..aeaa83b8bb9 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/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-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR libgomp/27612
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:
+
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 31faff066e1..716cfd24a18 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -887,6 +887,10 @@ 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:
# 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: