From de07ef6622970098e4e27a5372a9bc058e295a1e Mon Sep 17 00:00:00 2001 From: Lamaric Date: Thu, 25 Jul 2024 11:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96spq=5Fplugin=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index b565122e74..6105b511aa 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -99,7 +99,7 @@ install: $(MAKE) -C contrib/dblink $@ $(MAKE) -C contrib/ndpplugin $@ $(MAKE) -C contrib/common_cipher $@ - @if test -d contrib/spq_plugin; then $(MAKE) -C contrib/spq_plugin $@; fi + @if test -d contrib/spq_plugin; then $(MAKE) -C contrib/spq_plugin/src; $(MAKE) -C contrib/spq_plugin $@; fi @if test -d contrib/dolphin; then $(MAKE) -C contrib/dolphin $@; fi @if test -d contrib/age; then $(MAKE) -C contrib/age $@; fi @if test -d contrib/datavec; then $(MAKE) -C contrib/datavec clean; fi -- Gitee