From 3ec6689a51c04b0949ad4e7c0192a6b78d635ee7 Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Thu, 27 Feb 2003 20:21:04 +0000 Subject: [PATCH] oops. Thanks to danmorg for pointing this out. svn path=/trunk/mono/; revision=12040 --- mono/metadata/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 06c8530fa2ef0..328b43d8adb4f 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -1,11 +1,11 @@ if PLATFORM_WIN32 export HOST_CC assembliesdir = `echo $(libdir) | tr '/' '\\\\'` -else -assembliesdir = $(libdir) # The mingw math.h has "extern inline" functions that dont appear in libs, so # optimisation is required to actually inline them AM_CFLAGS = -O +else +assembliesdir = $(libdir) endif bin_PROGRAMS = monosn pedump