mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. From-SVN: r114040
This commit is contained in:
parent
b2bd74bc43
commit
ae022d325f
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add dvi info html and install-html to .PHONY
|
||||||
|
Add install-html target.
|
||||||
|
|
||||||
2006-05-16 Mike Stump <mrs@apple.com>
|
2006-05-16 Mike Stump <mrs@apple.com>
|
||||||
|
|
||||||
* configure.ac: Add -Wno-overlength-strings.
|
* configure.ac: Add -Wno-overlength-strings.
|
||||||
|
|
|
@ -184,7 +184,10 @@ install : all
|
||||||
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
||||||
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
|
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
|
||||||
|
|
||||||
|
.PHONY: dvi info html install-html
|
||||||
|
|
||||||
dvi :
|
dvi :
|
||||||
info :
|
info :
|
||||||
html :
|
html :
|
||||||
|
install-html :
|
||||||
installcheck :
|
installcheck :
|
||||||
|
|
Loading…
Reference in New Issue