[Mono-list] [patch] mono/jit/Makefile.am

Daniel Stodden stodden@in.tum.de
07 Mar 2002 14:39:07 +0100


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

hi.

attached a small patch fixing errors in vpath-based builds (make clean
failing to rerun monoburg due to BUILT_SOURCES usage).

regards,
daniel


ps: 

is it okay to check things like this in without further questions? 
more generally: any files/directories to consider immutable until
negotiation with maintainers?
just trying to avoid flames in case i break someones builds.

-- 
___________________________________________________________________________
 mailto:stodden@in.tum.de

--=-FmiLXDabDBuZVEnwMEwM
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

Index: 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: /cvs/public/mono/mono/jit/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- Makefile.am	2002/02/19 06:01:21	1.14
+++ Makefile.am	2002/03/07 09:41:33
@@ -25,10 +25,10 @@
 	$(GMODULE_LIBS) 		\
 	-lm
=20
-codegen-x86.c codegen.h: x86.brg
-	../monoburg/monoburg x86.brg -d codegen.h > codegen-x86.c
-
 BUILT_SOURCES =3D codegen-x86.c codegen.h
+
+codegen-x86.c codegen.h: x86.brg
+	../monoburg/monoburg $(srcdir)/x86.brg -d codegen.h > codegen-x86.c
=20
 CLEANFILES =3D $(BUILT_SOURCES)
=20

--=-FmiLXDabDBuZVEnwMEwM--