PHOENIX-3323 make_rc script fails to build the RC.
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 705ad04..4cc758f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -73,7 +73,7 @@
 rm -rf $(find . -type d -name archive-tmp);
 
 # Copy all phoenix-*.jars to release dir
-phx_jars=$(find -iname phoenix-*.jar)
+phx_jars=$(find -iwholename "./*/target/phoenix-*.jar")
 cp $phx_jars $DIR_REL_BIN_PATH;
 
 # Copy bin