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 4211fd8 commit d0d84c8Copy full SHA for d0d84c8
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