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

Commit bb2ffe9

Browse files
committed
Back out plpython makefile change.
1 parent fab177e commit bb2ffe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.22 2005/08/12 20:57:11 momjian Exp $
1+
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.23 2005/08/12 21:44:51 momjian Exp $
22

33
subdir = src/pl/plpython
44
top_builddir = ../../..
@@ -9,7 +9,7 @@ include $(top_builddir)/src/Makefile.global
99
# shared library. Since there is no official way to determine this
1010
# (at least not in pre-2.3 Python), we see if there is a file that is
1111
# named like a shared library.
12-
ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*))
12+
ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*))
1313
shared_libpython = yes
1414
endif
1515

0 commit comments

Comments
 (0)