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/Makefile.in | |
parent | e97a3e25b1a4325ef4159b8cd900da91631f59de (diff) | |
download | ppe42-gcc-71625283ee8ae6cac2e23ad6de7da82f9ced2a09.tar.gz ppe42-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/Makefile.in')
-rw-r--r-- | libssp/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
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: |