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.
2 parents 4597b86 + d0d84c8 commit c195260Copy full SHA for c195260
contrib/pg_arman/Makefile
@@ -52,6 +52,10 @@ PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS}
52
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
53
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
54
55
+envtest:
56
+ : top_srcdir=$(top_srcdir)
57
+ : libpq_srcdir = $(libpq_srcdir)
58
+
59
# This rule's only purpose is to give the user instructions on how to pass
60
# the path to PostgreSQL source tree to the makefile.
61
.PHONY: checksrcdir
0 commit comments