OSDN Git Service

* Makefile.am: Add dummy install-pdf target.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2007 23:51:37 +0000 (23:51 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2007 23:51:37 +0000 (23:51 +0000)
* Makefile.in: Regenerate

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122440 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5a67ccd..6747893 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 0924857..306d03b 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 37bf645..e59247c 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