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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-10-01 23:17:13 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-10-01 23:17:13 +0400
commitf5b110f416949e69adab8df55fc7141a4709b6ce (patch)
tree052d1096ef35302e9b91743334b2297f87246a43 /main/Makefile.include
parent0739fc5bb931551a6a987a49eea895b0b1ed0b58 (diff)
Remove old Mozilla env stuff from make run
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 27b6bd6c9f..fc87308118 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -12,7 +12,6 @@ MD_BIN_PATH=$(abs_top_builddir)/build/bin
MD_LAUNCH_SETUP= \
MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
- MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
- LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d
+ MONO_ADDINS_REGISTRY=$(MD_BIN_PATH)
MDTOOL_RUN=$(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug $(MD_BIN_PATH)/mdrun.exe