From 6667de0def9f05903d3d57be20c75531d6f64de3 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 24 May 2006 01:28:16 +0000 Subject: Makefile.am: Add install-html target. 2006-05-23 Carlos O'Donell * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114032 --- libgomp/ChangeLog | 5 +++++ libgomp/Makefile.am | 5 +++++ libgomp/Makefile.in | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 2639146..aeaa83b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Carlos O'Donell + + * Makefile.am: Add install-html target. Add install-html to .PHONY + * Makefile.in: Regenerate. + 2006-05-22 John David Anglin PR libgomp/27612 diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index e4c5389..2872050 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 31faff0..716cfd2 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: -- cgit v1.1