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 2012/02/01 22:14:47 UTC

svn commit: r1239325 - /incubator/mesos/trunk/Makefile.am

Author: benh
Date: Wed Feb  1 21:14:46 2012
New Revision: 1239325

URL: http://svn.apache.org/viewvc?rev=1239325&view=rev
Log:
Removed explicit dependency on src/config/config.hpp.

Modified:
    incubator/mesos/trunk/Makefile.am

Modified: incubator/mesos/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/Makefile.am?rev=1239325&r1=1239324&r2=1239325&view=diff
==============================================================================
--- incubator/mesos/trunk/Makefile.am (original)
+++ incubator/mesos/trunk/Makefile.am Wed Feb  1 21:14:46 2012
@@ -52,7 +52,7 @@ libgmock_la_CPPFLAGS = -I$(top_srcdir)/$
 
 # Since we generate several files in src/ with config.status, make
 # sure they're regenerated before we recurse into the src directory.
-all-recursive: src/config/config.hpp src/python/setup.py src/java/mesos.pom
+all-recursive: src/python/setup.py src/java/mesos.pom
 
 # Most of our third party libraries support VPATH builds so we can
 # simply invoke make on them provided they have been configured