[Mono-list] Patch for Makefile.am in mono/mono/jit
Duncan Mak
duncan@ximian.com
29 Oct 2002 08:49:29 -0500
Hey guys,
I have this patch in my tree, I'm wondering if I used it when I made the
0.16 release and then forgot to commit it afterward. Is it okay to
commit now?
Index: mono/mono/jit/Makefile.am
===================================================================
RCS file: /cvs/public/mono/mono/jit/Makefile.am,v
retrieving revision 1.40
diff -u -r1.40 Makefile.am
--- mono/mono/jit/Makefile.am 29 Oct 2002 12:42:09 -0000 1.40
+++ mono/mono/jit/Makefile.am 29 Oct 2002 13:50:53 -0000
@@ -5,6 +5,8 @@
libmono_la_LDFLAGS=-Wl,-version-script=$(srcdir)/ldscript
+mono_CFLAGS = $(AM_CFLAGS)
+
if X86
if PLATFORM_WIN32
export HOST_CC
--
Duncan Mak <duncan@ximian.com>