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:
parent
877f144b6b
commit
b5f8d49b84
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user