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>2011-02-16 22:00:26 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2011-02-16 22:00:39 +0300
commit3389ea42b9974fa4f29ab448dbde7022ba044c3a (patch)
tree96fe7095a334285ea8c79cfe297d7a6218cb1e80 /Makefile
parentec88c3f1277033ff66c2812f833e64db158a4b39 (diff)
Fix MONO_GAC_PREFIX path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f88dae7b5..a31d308979 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CONFIG_MAKE=$(top_srcdir)/config.make
%-recursive: $(CONFIG_MAKE)
@export PKG_CONFIG_PATH="`pwd`/$(top_srcdir)/local-config:$(prefix)/lib/pkgconfig:$(prefix)/share/pkgconfig:$$PKG_CONFIG_PATH"; \
- export MONO_GAC_PREFIX="$(prefix)/lib/pkgconfig:$(prefix)/share/pkgconfig:$$MONO_GAC_PREFIX"; \
+ export MONO_GAC_PREFIX="$(prefix):$$MONO_GAC_PREFIX"; \
set . $$MAKEFLAGS; final_exit=:; \
case $$2 in --unix) shift ;; esac; \
case $$2 in *=*) dk="exit 1" ;; *k*) dk=: ;; *) dk="exit 1" ;; esac; \