diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 86b5479a1c..3ea4890cf6 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -135,7 +135,7 @@ installdirs-tests: installdirs # Get some extra C modules from contrib/spi and contrib/dummy_seclabel... -all: refint$(DLSUFFIX) autoinc$(DLSUFFIX) dummy_seclabel$(DLSUFFIX) tablespace-setup hooktest query_info_hook_test +all: refint$(DLSUFFIX) autoinc$(DLSUFFIX) dummy_seclabel$(DLSUFFIX) tablespace-setup hooktest query_info_hook_test hook-setup refint$(DLSUFFIX): $(top_builddir)/contrib/spi/refint$(DLSUFFIX) cp $< $@