You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/04/29 19:46:33 UTC

git commit: TS-2711 fix in-source builds from tar-ball

Repository: trafficserver
Updated Branches:
  refs/heads/master df0e9bb05 -> 3195b37ef


TS-2711 fix in-source builds from tar-ball


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3195b37e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3195b37e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3195b37e

Branch: refs/heads/master
Commit: 3195b37ef5f2e0f7dc5180704fca5735487f06b8
Parents: df0e9bb
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Apr 29 11:46:21 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Apr 29 11:46:26 2014 -0600

----------------------------------------------------------------------
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3195b37e/lib/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/Makefile.am b/lib/Makefile.am
index ad5a731..5e495ab 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -40,7 +40,7 @@ endif
 #       it did not work. Can we make more intelligent build targets, avoiding [ test ] ?
 all-local:
 	@echo "Making all in luajit"
-	test -d "$(top_srcdir)/luajit/src" || (cd "$(top_srcdir)" && git submodule update --init)
+	test -d "$(top_srcdir)/$(subdir)/luajit/src" || (cd "$(top_srcdir)" && git submodule update --init)
 	test -d "$(top_builddir)/$(subdir)/luajit/src" || cp -rf "$(srcdir)/luajit" "$(top_builddir)/$(subdir)/"
 	cd luajit && make PREFIX=$(prefix)