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 cae19f6 commit a28c50aCopy full SHA for a28c50a
src/interfaces/libpgtcl/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.16 1997/09/27 19:35:04 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux)
35
endif
36
shlib := libpgtcl.so.1
37
install-shlib-dep := install-shlib
38
- LDFLAGS += -L ../../libpq -lpq
+ LDFLAGS += -L $(SRCDIR)/interfaces/libpq -lpq
39
40
41
0 commit comments