From e6e3b4b35ea651213bd61daf2714a095bdfaf48f Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Thu, 1 Mar 2007 23:57:32 +0000 Subject: [PATCH] Makefile.am: Add dummy install-pdf target. * Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122446 --- libgfortran/ChangeLog | 5 +++++ libgfortran/Makefile.am | 5 +++-- 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 + + * Makefile.am: Add dummy install-pdf target. + * Makefile.in: Regenerate + 2007-02-24 Jerry DeLisle 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