diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:50:30 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:50:30 +0000 |
commit | 71625283ee8ae6cac2e23ad6de7da82f9ced2a09 (patch) | |
tree | d9ead846a70f6425de0163d7fbecf670b5c58dd2 /libssp | |
parent | e97a3e25b1a4325ef4159b8cd900da91631f59de (diff) | |
download | linaro-gcc-71625283ee8ae6cac2e23ad6de7da82f9ced2a09.tar.gz linaro-gcc-71625283ee8ae6cac2e23ad6de7da82f9ced2a09.tar.bz2 linaro-gcc-71625283ee8ae6cac2e23ad6de7da82f9ced2a09.zip |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/ChangeLog | 5 | ||||
-rw-r--r-- | libssp/Makefile.am | 5 | ||||
-rw-r--r-- | libssp/Makefile.in | 10 |
3 files changed, 13 insertions, 7 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 213f763defe..ab63d486f22 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,8 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.am: Add dummy install-pdf target. + * Makefile.in: Regenerate + 2006-10-14 Geoffrey Keating <geoffk@apple.com> * aclocal.m4: Regenerate. diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 22e83d9a1fa..085561b4e8f 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -90,9 +90,10 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= -.PHONY: install-html - +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: ## ################################################################ diff --git a/libssp/Makefile.in b/libssp/Makefile.in index b098221eb50..8186a5eef3f 100644 --- a/libssp/Makefile.in +++ b/libssp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,8 +15,6 @@ @SET_MAKE@ -SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES) - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ @@ -53,6 +51,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ + $(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/no-executables.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -755,9 +754,10 @@ uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \ uninstall-toolexeclibLTLIBRARIES -.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: |