From 60967abf270501dd3375c5326122cf85557667aa Mon Sep 17 00:00:00 2001 From: Marbin Tan Date: Thu, 17 Mar 2016 10:37:48 -0700 Subject: [PATCH] Fix syntax bug - space to tab on makefile --- gpAux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpAux/Makefile b/gpAux/Makefile index 599d596dc1..b603fecd02 100644 --- a/gpAux/Makefile +++ b/gpAux/Makefile @@ -1035,7 +1035,7 @@ mkgphdfs: @cd extensions && $(MAKE) mkgphdfs OPT="$(INSTCFLAGS)" INSTLOC=$(INSTLOC) mkgps3ext: - @cd extensions && $(MAKE) mks3ext OPT="$(INSTCFLAGS)" INSTLOC=$(INSTLOC) + @cd extensions && $(MAKE) mks3ext OPT="$(INSTCFLAGS)" INSTLOC=$(INSTLOC) mkpljava: @cd extensions && $(MAKE) mkpljava OPT="$(INSTCFLAGS)" INSTLOC=$(INSTLOC) -- GitLab