projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae19f6
)
Changed location of libpgtcl stuff.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 27 Sep 1997 19:35:04 +0000
(19:35 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 27 Sep 1997 19:35:04 +0000
(19:35 +0000)
src/interfaces/libpgtcl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpgtcl/Makefile
b/src/interfaces/libpgtcl/Makefile
index b620fb3c050e9a03e29dda6a442dde87b379bd28..d2c6ac5fbf34bf5aadbdaada4a075d53a24c39e7 100644
(file)
--- a/
src/interfaces/libpgtcl/Makefile
+++ b/
src/interfaces/libpgtcl/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.1
5 1997/09/23 00:02:4
4 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.1
6 1997/09/27 19:35:0
4 momjian Exp $
#
#-------------------------------------------------------------------------
@@
-35,7
+35,7
@@
ifeq ($(PORTNAME), linux)
endif
shlib := libpgtcl.so.1
install-shlib-dep := install-shlib
- LDFLAGS += -L
../..
/libpq -lpq
+ LDFLAGS += -L
$(SRCDIR)/interfaces
/libpq -lpq
endif
endif