HAWQ-1765. fix compile issue
diff --git a/contrib/Makefile b/contrib/Makefile
index 903c64f..6490c23 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -9,8 +9,7 @@
 		extprotocol \
 		gp_cancel_query \
 		formatter_fixedwidth \
-		exthdfs \
-		hawq-hadoop
+		exthdfs 
 
 ifeq ($(with_pgcrypto), yes)
 WANTED_DIRS += pgcrypto
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index 5a2f9da..8c62ab5 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -115,7 +115,7 @@
 
 # And finally some extra C modules...
 
-all: tablespace-setup includecheck
+all: tablespace-setup
 
 # Tablespace setup
 .PHONY: tablespace-setup