attempt to fix parallel build in RabbitMQ dir.
[mono.git] / mcs / class / RabbitMQ.Client / docs / specs / Makefile
index 6331525a316b61bbf603d87ca0e0dfdb8d9b7a6a..1475701b1701a7a38fcdab7da5dba4a5d85c41bd 100644 (file)
@@ -5,13 +5,13 @@ include ../../../../build/rules.make
 all-local: $(PROFILE)-api-0-9.cs $(PROFILE)-api-0-8.cs $(PROFILE)-api-qpid-0-8.cs
 
 $(PROFILE)-api-0-9.cs: amqp0-9.stripped.xml
-       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/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) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen_$(PROFILE).exe /n:v0_9 "/apiName:AMQP_0_9" $^ $@
 
 $(PROFILE)-api-0-8.cs: amqp0-8.stripped.xml
-       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/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) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen_$(PROFILE).exe /n:v0_8 "/apiName:AMQP_0_8" $^ $@
 
 $(PROFILE)-api-qpid-0-8.cs: qpid-amqp.0-8.stripped.xml
-       MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/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) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen_$(PROFILE).exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $^ $@
 
 install-local: