mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114032
This commit is contained in:
parent
7d90eb46ae
commit
6667de0def
|
@ -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>
|
2006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
PR libgomp/27612
|
PR libgomp/27612
|
||||||
|
|
|
@ -48,3 +48,8 @@ fortran.lo: libgomp_f.h
|
||||||
fortran.o: libgomp_f.h
|
fortran.o: libgomp_f.h
|
||||||
env.lo: libgomp_f.h
|
env.lo: libgomp_f.h
|
||||||
env.o: libgomp_f.h
|
env.o: libgomp_f.h
|
||||||
|
|
||||||
|
# No install-html target
|
||||||
|
.PHONY: install-html
|
||||||
|
install-html:
|
||||||
|
|
||||||
|
|
|
@ -887,6 +887,10 @@ fortran.lo: libgomp_f.h
|
||||||
fortran.o: libgomp_f.h
|
fortran.o: libgomp_f.h
|
||||||
env.lo: libgomp_f.h
|
env.lo: libgomp_f.h
|
||||||
env.o: 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.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Reference in New Issue