Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb2ffe9

Browse files
committed
Back out plpython makefile change.
1 parentfab177e commitbb2ffe9

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/1220:57:11 momjian Exp $
1+
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.23 2005/08/1221: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)

[8]ページ先頭

©2009-2025 Movatter.jp