8000
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 862c3ff commit 552348cCopy full SHA for 552348c
src/interfaces/ecpg/test/Makefile.regress
@@ -3,7 +3,7 @@ override CPPFLAGS := -I../../include -I$(top_srcdir)/src/interfaces/ecpg/include
3
override CFLAGS += $(PTHREAD_CFLAGS)
4
5
override LDFLAGS := -L../../ecpglib -L../../pgtypeslib $(LDFLAGS)
6
-override LIBS := -lecpg -lpgtypes $(libpq) $(LIBS) $(PTHREAD_LIBS)
+override LIBS := -lecpg -lpgtypes $(LIBS) $(PTHREAD_LIBS)
7
8
ECPG = ../../preproc/ecpg --regression -I$(srcdir)/../../include
9
@@ -15,4 +15,3 @@ ECPG = ../../preproc/ecpg --regression -I$(srcdir)/../../include
15
16
clean:
17
rm -f $(TESTS) $(TESTS:%=%.o) $(TESTS:%=%.c)
18
-
0 commit comments