From: Jb Evain Date: Sun, 21 Nov 2010 21:29:28 +0000 (+0100) Subject: Fix makefile X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=1e12848de3ab117fe42e91af65e968730503b145;p=mono.git Fix makefile --- diff --git a/mcs/tools/mdoc/Makefile b/mcs/tools/mdoc/Makefile index da21af57de2..46a8878df17 100644 --- a/mcs/tools/mdoc/Makefile +++ b/mcs/tools/mdoc/Makefile @@ -67,7 +67,7 @@ $(PROGRAM) : Makefile MONO = \ MONO_PATH="$(topdir)/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" \ - /home/jbevain/sources/mono/mono/mini/mono $(RUNTIME_FLAGS) + $(RUNTIME) $(RUNTIME_FLAGS) dist-local: dist-default dist-tests