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

Commit80159ee

Browse files
committed
One more src/interfaces/libpq/Makefile problem: there's an explicit
reference to the name of the shared library, instead of dereferencingthe definition from the top of the file.From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1 parent405ced2 commit80159ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/Makefile.in

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/libpq/Attic/Makefile.in,v 1.1 1998/01/13 04:18:22 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.2 1998/01/13 04:20:51 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -153,7 +153,7 @@ install-libpq: libpq.a
153153
install-shlib:$(shlib)
154154
$(INSTALL)$(INSTL_LIB_OPTS)$(shlib)$(DESTDIR)$(LIBDIR)/$(shlib)
155155
rm -f$(DESTDIR)$(LIBDIR)/libpq.so
156-
ln -slibpq.so.1$(DESTDIR)$(LIBDIR)/libpq.so
156+
ln -s$(shlib)$(DESTDIR)$(LIBDIR)/libpq.so
157157

158158
dependdep:
159159
$(CC) -MM$(INCLUDE_OPT)*.c>depend

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp