diff options
author | Thomas Koenig <Thomas.Koenig@online.de> | 2007-02-10 13:47:14 +0000 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2007-02-10 13:47:14 +0000 |
commit | 7e10187c3ade751da581a036ea365d553bf838d1 (patch) | |
tree | 52913244ee7e1abfbdb83bdc0877c0b4c958df97 /libgfortran/Makefile.am | |
parent | 003de0e1137a8a6170c3297d969ba313654fc6ee (diff) | |
download | gcc-7e10187c3ade751da581a036ea365d553bf838d1.zip gcc-7e10187c3ade751da581a036ea365d553bf838d1.tar.gz gcc-7e10187c3ade751da581a036ea365d553bf838d1.tar.bz2 |
Makefile.am: Remove $(srcdir) from assorted targets in maintainer mode.
2007-02-10 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.am: Remove $(srcdir) from assorted targets
in maintainer mode.
* Makefile.in: Regenerate.
From-SVN: r121795
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 65cc004..5b5f431 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)/$@ |