mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add install-html to .PHONY From-SVN: r114033
This commit is contained in:
parent
6667de0def
commit
01d84fc0e8
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add install-html target. Add install-html to .PHONY
|
||||||
|
|
||||||
2006-02-06 Ben Elliston <bje@au.ibm.com>
|
2006-02-06 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
|
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
|
||||||
|
|
|
||||||
|
|
@ -136,11 +136,12 @@ html:
|
||||||
info:
|
info:
|
||||||
install-info:
|
install-info:
|
||||||
install-man:
|
install-man:
|
||||||
|
install-html:
|
||||||
install:
|
install:
|
||||||
|
|
||||||
.PHONY: installdirs install install-strip mostlyclean clean distclean \
|
.PHONY: installdirs install install-strip mostlyclean clean distclean \
|
||||||
maintainer-clean check installcheck dvi html info install-info \
|
maintainer-clean check installcheck dvi html info install-info \
|
||||||
install-man update-po
|
install-man update-po install-html
|
||||||
|
|
||||||
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
|
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue