Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb74d3 commit 43df609Copy full SHA for 43df609
src/test/regress/GNUmakefile
@@ -6,7 +6,7 @@
6
# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
7
# Portions Copyright (c) 1994, Regents of the University of California
8
#
9
-# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.69 2007/09/09 20:40:54 adunstan Exp $
+# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.70 2007/09/09 22:53:33 adunstan Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -22,7 +22,7 @@ TEMP_PORT = 5$(DEF_PGPORT)
22
# file with extra config for temp build
23
TEMP_CONF =
24
ifdef TEMP_CONFIG
25
-TEMP_CONF += --temp-config=S(TEMP_CONFIG)
+TEMP_CONF += --temp-config=$(TEMP_CONFIG)
26
endif
27
28
# where to find psql for testing an existing installation
0 commit comments