Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a28c50a

Browse files
committed
Changed location of libpgtcl stuff.
1 parent cae19f6 commit a28c50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpgtcl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.16 1997/09/27 19:35:04 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux)
3535
endif
3636
shlib := libpgtcl.so.1
3737
install-shlib-dep := install-shlib
38-
LDFLAGS += -L ../../libpq -lpq
38+
LDFLAGS += -L $(SRCDIR)/interfaces/libpq -lpq
3939
endif
4040
endif
4141

0 commit comments

Comments
 (0)