Jo Shields <directhex@apebox.org>
authorJo Shields <directhex@mono-cvs.ximian.com>
Wed, 23 Dec 2009 02:32:47 +0000 (02:32 -0000)
committerJo Shields <directhex@mono-cvs.ximian.com>
Wed, 23 Dec 2009 02:32:47 +0000 (02:32 -0000)
* docs/specs/Makefile: Use compiled Mono, not system Mono (fixes broken build on systems without Mono already installed)

svn path=/trunk/mcs/; revision=148856

mcs/class/RabbitMQ.Client/ChangeLog
mcs/class/RabbitMQ.Client/docs/specs/Makefile

index c4d14ededc7fd4b7e2b9aad8a5e37587ae1e5d8e..38b25b8f6b5758e7598a508ace89217a47a0970c 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-23  Jo Shields  <directhex@apebox.org>
+
+       * docs/specs/Makefile: Use compiled Mono, not system Mono (fixes 
+         broken build on systems without Mono already installed)
+
 2009-12-19  Michael Barker  <mike@middlesoft.co.uk>
 
        * Added stripped xml to avoid licensing issues.
index fcb739a4396f2109ab0fd48c36da6df969e8d1a5..a3b552cc16f75958c1c65bbf2ae0605c2f264671 100644 (file)
@@ -8,13 +8,13 @@ copy:
        cp ../../../lib/net_2_0/apigen-bootstrap.dll ../../src/apigen/.
 
 autogenerated-api-0-9.cs: amqp0-9.stripped.xml
-       mono ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $^ $@
+       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $^ $@
 
 autogenerated-api-0-8.cs: amqp0-8.stripped.xml
-       mono ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $^ $@
+       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $^ $@
        
 autogenerated-api-qpid-0-8.cs: qpid-amqp.0-8.stripped.xml
-       mono ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $^ $@
+       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $^ $@
 
 install-local: