mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122450
This commit is contained in:
parent
c0781449fe
commit
49c683a52c
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add dummy install-pdf target.
|
||||||
|
|
||||||
2007-01-29 Janis Johnson <janis187@us.ibm.com>
|
2007-01-29 Janis Johnson <janis187@us.ibm.com>
|
||||||
|
|
||||||
* decExcept.c: New.
|
* decExcept.c: New.
|
||||||
|
|
|
||||||
|
|
@ -136,13 +136,14 @@ pdf:
|
||||||
html:
|
html:
|
||||||
info:
|
info:
|
||||||
install-info:
|
install-info:
|
||||||
|
install-pdf:
|
||||||
install-man:
|
install-man:
|
||||||
install-html:
|
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 pdf html info install-info \
|
maintainer-clean check installcheck dvi pdf html info install-info \
|
||||||
install-man update-po install-html
|
install-pdf 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