Commit 4426724a by Brooks Moses Committed by Brooks Moses

Makefile.am: Add dummy install-pdf target.

* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122441
parent b5f8d49b
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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment