[Mono-devel-list] PATCH: jay location in debugger
Fawad Halim
fawad at fawad.net
Tue Mar 16 15:29:40 EST 2004
Hi,
Building debugger in an isolated location fails because it assumes a
particular path for the mcs source and that mcs src there is already
built. Is this patch ok?
Index: frontends/scripting/Makefile.am
===================================================================
RCS file: /mono/debugger/frontends/scripting/Makefile.am,v
retrieving revision 1.6
diff -r1.6 Makefile.am
3c3
< JAY = $(top_srcdir)/../mcs/jay/jay
---
> JAY = `which jay`
Regards
-fawad
More information about the Mono-devel-list
mailing list