summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-10-10 16:13:03 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-10-10 16:13:03 +0000
commitea12f8e6a349b5852e5f628d066015ff4df74d41 (patch)
treebc34675fb51d56e505ad5d7dfc1b37dec56f7d6b /src/makefiles
parent337ffcddbae15a3bde25b17dbb8a0832c597003f (diff)
downloadpostgresql-ea12f8e6a349b5852e5f628d066015ff4df74d41.tar.gz
Remove gratuitous editorialization on rpath.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/pgxs.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk
index cce7060603..4f584ff02d 100644
--- a/src/makefiles/pgxs.mk
+++ b/src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
# PGXS: PostgreSQL extensions makefile
-# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.2 2004/10/06 08:50:02 momjian Exp $
+# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.3 2004/10/10 16:13:03 tgl Exp $
# This file contains generic rules to build many kinds of simple
# extension modules. You only need to set a few variables and include
@@ -77,7 +77,6 @@ ifdef MODULE_big
NAME = $(MODULE_big)
SO_MAJOR_VERSION= 0
SO_MINOR_VERSION= 0
-rpath =
SHLIB_LINK += $(BE_DLLLIBS)