mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 17:20:59 +08:00
Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122441
This commit is contained in:
parent
b5f8d49b84
commit
4426724a02
@ -1,3 +1,8 @@
|
||||
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* Makefile.am: Add dummy install-pdf target.
|
||||
* Makefile.in: Regenerate
|
||||
|
||||
2007-02-05 Roman Zippel <zippel@linux-m68k.org>
|
||||
|
||||
* boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
|
||||
|
@ -111,7 +111,8 @@ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
|
||||
|
||||
MAKEOVERRIDES=
|
||||
|
||||
# No install-html support yet
|
||||
.PHONY: install-html
|
||||
# No install-html or install-pdf support in automake yet
|
||||
.PHONY: install-html install-pdf
|
||||
install-html:
|
||||
install-pdf:
|
||||
|
||||
|
@ -764,9 +764,10 @@ uninstall-info: uninstall-info-recursive
|
||||
.S.lo:
|
||||
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
||||
|
||||
# No install-html support yet
|
||||
.PHONY: install-html
|
||||
# No install-html or install-pdf support in automake yet
|
||||
.PHONY: install-html install-pdf
|
||||
install-html:
|
||||
install-pdf:
|
||||
# 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user