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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-10-05 02:35:41 +0400
committerBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-10-06 09:10:02 +0400
commit9029ba9b3fdf0aa58853b60a701315ef473bf320 (patch)
tree67db9eb74d15cbb71e9486bc677475eb5af31f5f /main/Makefile.am
parent15da2945bf9324e4263d457a773c4168a82766d7 (diff)
[Build] Fix the run-sgen target.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 724bfa2223..26860c5bd5 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -120,7 +120,7 @@ runmd: $(PROGRAM)
$(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
runmd-sgen: $(PROGRAM)
- $(MD_LAUNCH) --gc=sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-debug: $(PROGRAM)
MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect