Skip to content

Commit c195260

Browse files
committed
Merge commit 'd0d84c86a2771945a2cf8b9fc77a14d5c4f69b41' into PGPRO9_5
2 parents 4597b86 + d0d84c8 commit c195260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/pg_arman/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS}
5252
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
5353
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
5454

55+
envtest:
56+
: top_srcdir=$(top_srcdir)
57+
: libpq_srcdir = $(libpq_srcdir)
58+
5559
# This rule's only purpose is to give the user instructions on how to pass
5660
# the path to PostgreSQL source tree to the makefile.
5761
.PHONY: checksrcdir

0 commit comments

Comments
 (0)