[banshee] Fix invocation of mdb by "make mdb"



commit 36eb05c651c03a9ede8960294d56bd3f6b9880d0
Author: Alex Bennee <kernel-hacker bennee com>
Date:   Sat Aug 15 12:20:25 2009 +0200

    Fix invocation of mdb by "make mdb"
    
    Although it seems debugging banshee with mdb doesn't work yet.
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 85a4e78..c2c1d8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ gdb:
 
 mdb:
 	@pushd bin; \
-	mdb -run -args Nereid.exe --debug --uninstalled"; \
+	mdb -run Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS); \
 	popd;
 
 csharp:



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