Makefile.am: Add dummy install-pdf target.

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

From-SVN: r122440
This commit is contained in:
Brooks Moses 2007-03-01 23:51:37 +00:00 committed by Brooks Moses
parent 877f144b6b
commit b5f8d49b84
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-13 Andreas Krebbel <krebbel1@de.ibm.com>
* src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep,

View File

@ -162,9 +162,10 @@ libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
AM_CCASFLAGS = $(AM_CPPFLAGS)
# No install-html support
.PHONY: install-html
# No install-html or install-pdf support in automake yet
.PHONY: install-html install-pdf
install-html:
install-pdf:
# Multilib support. Automake should provide these on its own.
all-recursive: all-multi

View File

@ -1341,9 +1341,10 @@ uninstall-info: uninstall-info-recursive
uninstall-toolexeclibLTLIBRARIES
# No install-html support
.PHONY: install-html
# No install-html or install-pdf support in automake yet
.PHONY: install-html install-pdf
install-html:
install-pdf:
# Multilib support. Automake should provide these on its own.
all-recursive: all-multi