From 46718da6cc4952fbe88934b32fef38364f6b3ec8 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 9 Sep 2007 22:53:33 +0000 Subject: [PATCH] fix typo in regression Makefile. --- src/test/regress/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index a2561b4b63..fbd9c82235 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -22,7 +22,7 @@ TEMP_PORT = 5$(DEF_PGPORT) # file with extra config for temp build TEMP_CONF = ifdef TEMP_CONFIG -TEMP_CONF += --temp-config=S(TEMP_CONFIG) +TEMP_CONF += --temp-config=$(TEMP_CONFIG) endif # where to find psql for testing an existing installation -- 2.39.5