diff options
| author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:57:32 +0000 |
|---|---|---|
| committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:57:32 +0000 |
| commit | bfc8634961e0cdcb581c636cefb71b833005c611 (patch) | |
| tree | aa061e89ce24f9519de407a2d5907606317e4576 | |
| parent | 7262ccd67105c72a1644caf66b4862856aee8be5 (diff) | |
| download | ppe42-gcc-bfc8634961e0cdcb581c636cefb71b833005c611.tar.gz ppe42-gcc-bfc8634961e0cdcb581c636cefb71b833005c611.zip | |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122446 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libgfortran/ChangeLog | 5 | ||||
| -rw-r--r-- | libgfortran/Makefile.am | 5 | ||||
| -rw-r--r-- | libgfortran/Makefile.in | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1ca53435fdf..49ab4ddf52e 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -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-24 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/30918 diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 926d18a419b..f306cc9f706 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -622,9 +622,10 @@ $(gfor_misc_specifics) \ intrinsics/dprod_r8.f90 \ intrinsics/f2c_specifics.F90 -# No install-html support yet. -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: # Turn on vectorization and loop unrolling for matmul. $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ftree-vectorize -funroll-loops diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 2040d6a51be..c1ff053d0d7 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -4827,9 +4827,10 @@ uninstall-am: uninstall-info-am uninstall-myexeclibLTLIBRARIES \ uninstall-toolexeclibLTLIBRARIES -# No install-html support yet. -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: # Turn on vectorization and loop unrolling for matmul. $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ftree-vectorize -funroll-loops |

