You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:26:00 UTC

svn commit: r1132331 - /incubator/mesos/trunk/third_party/libprocess/Makefile.in

Author: benh
Date: Sun Jun  5 09:26:00 2011
New Revision: 1132331

URL: http://svn.apache.org/viewvc?rev=1132331&view=rev
Log:
Updated libprocess Makefile so that it could be built within the same directory.

Modified:
    incubator/mesos/trunk/third_party/libprocess/Makefile.in

Modified: incubator/mesos/trunk/third_party/libprocess/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/Makefile.in?rev=1132331&r1=1132330&r2=1132331&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/Makefile.in (original)
+++ incubator/mesos/trunk/third_party/libprocess/Makefile.in Sun Jun  5 09:26:00 2011
@@ -75,7 +75,9 @@ third_party:
 	$(MAKE) -C $(GLOG)
 	$(MAKE) -C $(GMOCK)
 	$(MAKE) -C $(LIBEV)
+ifneq (@top_srcdir@, @top_builddir@)
 	cp -r @srcdir@/$(RY_HTTP_PARSER) third_party
+endif
 	$(MAKE) -C $(RY_HTTP_PARSER) http_parser_g.o
 
 $(LIBPROCESS_TEST_OBJ): %.o: @srcdir@/%.cpp