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:
Brooks Moses 2007-03-01 23:52:38 +00:00 committed by Brooks Moses
parent b5f8d49b84
commit 4426724a02
3 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: