You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/02 18:12:27 UTC

[48/60] incubator-trafodion git commit: fixed the dependency

fixed the dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/842caed8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/842caed8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/842caed8

Branch: refs/heads/master
Commit: 842caed8b8c1616e22c0f49aa240994ce62b6b45
Parents: 8a8d2ad
Author: Anuradha Hegde <an...@esgyn.com>
Authored: Fri Apr 22 03:46:45 2016 +0000
Committer: Anuradha Hegde <an...@esgyn.com>
Committed: Fri Apr 22 03:46:45 2016 +0000

----------------------------------------------------------------------
 core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/842caed8/core/Makefile
----------------------------------------------------------------------
diff --git a/core/Makefile b/core/Makefile
index 89740c9..e07de36 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -141,7 +141,7 @@ pkg-sql-regress: all
 	cd sqf && $(MAKE) package-regress 2>&1 | sed -e "s/$$/	##(Package sql regress)/";exit $${PIPESTATUS[0]}
 
 # Package Phoenix test
-pkg-phx-tests: 
+pkg-phx-tests: all 
 	cd sqf && $(MAKE) package-phx 2>&1 | sed -e "s/$$/	##(Package phoenix)/";exit $${PIPESTATUS[0]}
 
 # Package dcs tests