diff options
author | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-10 13:47:14 +0000 |
---|---|---|
committer | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-10 13:47:14 +0000 |
commit | 5814e0f6fae14c292627574cf2047c38b21ab563 (patch) | |
tree | 52913244ee7e1abfbdb83bdc0877c0b4c958df97 /libgfortran/Makefile.am | |
parent | 836f46a2dfb31f69332d1c97b68e33b1ac558bf8 (diff) | |
download | gcc-5814e0f6fae14c292627574cf2047c38b21ab563.tar.gz |
2007-02-10 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.am: Remove $(srcdir) from assorted targets
in maintainer mode.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 65cc004f60d..5b5f43121d7 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -633,88 +633,88 @@ fpu-target.h: $(srcdir)/$(FPU_HOST_HEADER) if MAINTAINER_MODE $(i_all_c): m4/all.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 all.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 all.m4 > $@ $(i_any_c): m4/any.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 any.m4> $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 any.m4 > $@ $(i_count_c): m4/count.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 count.m4> $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 count.m4 > $@ $(i_maxloc0_c): m4/maxloc0.m4 $(I_M4_DEPS0) - $(M4) -Dfile=$@ -I$(srcdir)/m4 maxloc0.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 maxloc0.m4 > $@ $(i_maxloc1_c): m4/maxloc1.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 maxloc1.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 maxloc1.m4 > $@ $(i_maxval_c): m4/maxval.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 maxval.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 maxval.m4 > $@ $(i_minloc0_c): m4/minloc0.m4 $(I_M4_DEPS0) - $(M4) -Dfile=$@ -I$(srcdir)/m4 minloc0.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 minloc0.m4 > $@ $(i_minloc1_c): m4/minloc1.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 minloc1.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 minloc1.m4 > $@ $(i_minval_c): m4/minval.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 minval.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 minval.m4 > $@ $(i_product_c): m4/product.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 product.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 product.m4 > $@ $(i_sum_c): m4/sum.m4 $(I_M4_DEPS1) - $(M4) -Dfile=$@ -I$(srcdir)/m4 sum.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 sum.m4 > $@ $(i_matmul_c): m4/matmul.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 matmul.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 matmul.m4 > $@ $(i_matmull_c): m4/matmull.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 matmull.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 matmull.m4 > $@ $(i_transpose_c): m4/transpose.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 transpose.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 transpose.m4 > $@ $(i_shape_c): m4/shape.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 shape.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 shape.m4 > $@ $(i_reshape_c): m4/reshape.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 reshape.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 reshape.m4 > $@ $(i_eoshift1_c): m4/eoshift1.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 eoshift1.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 eoshift1.m4 > $@ $(i_eoshift3_c): m4/eoshift3.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 eoshift3.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 eoshift3.m4 > $@ $(i_cshift1_c): m4/cshift1.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 cshift1.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 cshift1.m4 > $@ $(in_pack_c): m4/in_pack.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 in_pack.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 in_pack.m4 > $@ $(in_unpack_c): m4/in_unpack.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 in_unpack.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 in_unpack.m4 > $@ $(i_exponent_c): m4/exponent.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 exponent.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 exponent.m4 > $@ $(i_rrspacing_c): m4/rrspacing.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 rrspacing.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 rrspacing.m4 > $@ $(i_spacing_c): m4/spacing.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 spacing.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 spacing.m4 > $@ $(i_fraction_c): m4/fraction.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 fraction.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 fraction.m4 > $@ $(i_nearest_c): m4/nearest.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 nearest.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 nearest.m4 > $@ $(i_set_exponent_c): m4/set_exponent.m4 m4/mtype.m4 - $(M4) -Dfile=$@ -I$(srcdir)/m4 set_exponent.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 set_exponent.m4 > $@ $(i_pow_c): m4/pow.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 pow.m4 > $(srcdir)/$@ + $(M4) -Dfile=$@ -I$(srcdir)/m4 pow.m4 > $@ $(gfor_built_specific_src): m4/specific.m4 m4/head.m4 $(M4) -Dfile=$@ -I$(srcdir)/m4 specific.m4 > $(srcdir)/$@ |