Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-10-02 04:11:58 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-10-02 04:11:58 +0400
commit336e8da2a64f006ecdf69cb9b90bea9c1259b7d8 (patch)
tree9fc41227c8eba16de087ee133da3287da38891a0
parent5d1f26a5546520fc6e877e760a74d9c862689459 (diff)
More build fixes
svn path=/trunk/mono/; revision=7929
-rw-r--r--mono/jit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/jit/Makefile.am b/mono/jit/Makefile.am
index 4271789463c..9c0d04b65c7 100644
--- a/mono/jit/Makefile.am
+++ b/mono/jit/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES = \
$(GMODULE_CFLAGS) \
$(GLIB_CFLAGS)
-libmono_la_LDFLAGS=-Wl,-version-script=ldscript
+libmono_la_LDFLAGS=-Wl,-version-script=$(srcdir)/ldscript
if X86
if PLATFORM_WIN32
@@ -68,5 +68,5 @@ BUILT_SOURCES = codegen-x86.c codegen.h
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = x86.brg
+EXTRA_DIST = x86.brg ldscript