[Banshee-List] [PATCH] Fix a rouge quote make in make mdb section of Makefile



Of course this doesn't actually fix my invocation of mdb which dies in a heap
but at least it looks correct. Does anyone actually use MDB for debugging?
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 85a4e78..21bb3d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ gdb:
 
 mdb:
 	@pushd bin; \
-	mdb -run -args Nereid.exe --debug --uninstalled"; \
+	mdb -start Nereid.exe --debug --uninstalled; \
 	popd;
 
 csharp:
-- 
1.6.3.3



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]