This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[libgfortran,patch] Fix spelling in Makefile.am
- From: Feng Wang <wf_cs at yahoo dot com>
- To: fortran <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 26 Jan 2004 11:16:57 +0800 (CST)
- Subject: [libgfortran,patch] Fix spelling in Makefile.am
Hi, all
This patch fixed spelling in libgfortran/Makefile.am.
2004-01-26 Feng Wang <fengwang@nudt.edu.cn>
* Makefile.am: Fix spelling.
* Makefile.in: Regenerate.
r~
Feng Wang
_________________________________________________________
Do You Yahoo!?
繁华世界里,让我看清你
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.surveys.yahoo.com/cn_user_profile_study_dec2003
*** Makefile.am.orig Thu Jan 15 10:19:55 2004
--- Makefile.am Thu Jan 15 10:20:06 2004
*************** $(in_pack_c): m4/in_pack.m4 $(I_M4_DEPS)
*** 422,437 ****
$(in_unpack_c): m4/in_unpack.m4 $(I_M4_DEPS)
m4 -Dfile=$@ -I$(srcdir)/m4 in_unpack.m4 > $@
! $(in_exponent_c): m4/exponent.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 exponent.m4 > $@
! $(in_fraction_c): m4/fraction.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 fraction.m4 > $@
! $(in_nearest_c): m4/nearest.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 nearest.m4 > $@
! $(in_set_exponent_c): m4/set_exponent.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 set_exponent.m4 > $@
$(gfor_math_trig_c): m4/ctrig.m4 m4/mtype.m4
--- 422,437 ----
$(in_unpack_c): m4/in_unpack.m4 $(I_M4_DEPS)
m4 -Dfile=$@ -I$(srcdir)/m4 in_unpack.m4 > $@
! $(i_exponent_c): m4/exponent.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 exponent.m4 > $@
! $(i_fraction_c): m4/fraction.m4 m4/mtype.m4
m4 -Dfile=$@ -I$(srcdir)/m4 fraction.m4 > $@
! $(i_nearest_c): m4/nearest.m4 m4/mtype.m4
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 > $@
$(gfor_math_trig_c): m4/ctrig.m4 m4/mtype.m4