]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am: Add dummy install-pdf target.
authorBrooks Moses <brooks.moses@codesourcery.com>
Thu, 1 Mar 2007 23:51:37 +0000 (23:51 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 1 Mar 2007 23:51:37 +0000 (15:51 -0800)
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122440

libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in

index 5a67ccdda3079aaa959bad3fac40a1dbb5853597..6747893487b4b1d9fdd2587fec9949d003e466bb 100644 (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,
index 0924857a2c722f38c0a4aa5fb5c65ad7ba1f4e65..306d03b92e34c5090c2420dee7ec50b209f45a9c 100644 (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
index 37bf645040bb5fb0e5e6f98ea870789b3ae17e62..e59247c565a1ca0fc16d01c3946e4f0fae0ad62d 100644 (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