Automake complaints

David Hampton hampton@employees.org
30 Dec 2001 15:21:14 -0800


--=-OZvW1OLH6hh5mwwjrwOk
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Automake 1.5-1 complains about a couple of things in the gnucash
makefiles.  The patches below correct these complaints.

David





--=-OZvW1OLH6hh5mwwjrwOk
Content-Disposition: inline; filename=diffs
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

Index: src/business/business-core/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/cvs/cvsroot/gnucash/src/business/business-core/Makefile.am,=
v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- src/business/business-core/Makefile.am	2001/12/06 05:46:37	1.3
+++ src/business/business-core/Makefile.am	2001/12/30 23:15:22
@@ -47,7 +47,7 @@
   ${GLIB_LIBS} \
   ${EFENCE_LIBS}
=20
-						# business-core-helpers.c
+# business-core-helpers.c
 libgw_business_core_la_SOURCES =3D gw-business-core.c=20
 libgw_business_core_la_LDFLAGS =3D -module ${G_WRAP_LINK_ARGS}
=20
Index: src/register/register-core/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/cvs/cvsroot/gnucash/src/register/register-core/Makefile.am,=
v
retrieving revision 1.18
diff -u -r1.18 Makefile.am
--- src/register/register-core/Makefile.am	2001/12/18 10:47:30	1.18
+++ src/register/register-core/Makefile.am	2001/12/30 23:15:27
@@ -76,7 +76,7 @@
 	  (primitive-load \"./gw-register-core-spec.scm\") \
 	  (gw:generate-module \"gw-register-core\")"
=20
-BUILT_SOURCES +=3D gw-register-core.scm gw-register-core.c gw-register-cor=
e.h
+BUILT_SOURCES =3D gw-register-core.scm gw-register-core.c gw-register-core=
.h
 CLEANFILES =3D gw-register-core.scm gw-register-core.c gw-register-core.h =
\
              gw-register-core.html gnucash g-wrapped register .scm-links
=20

--=-OZvW1OLH6hh5mwwjrwOk--