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

Commit 7d02575

Browse files
committed
Fixes for libpgtcl from Massimo
1 parent c9ba25e commit 7d02575

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/interfaces/libpgtcl/Makefile

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/libpgtcl/Attic/Makefile,v 1.9 1997/01/23 16:04:25 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.10 1997/03/17 22:05:08 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -80,7 +80,7 @@ install-libpgtcl: libpgtcl.a
8080

8181
install-shlib: libpgtcl.so.1
8282
$(INSTALL) $(INSTL_LIB_OPTS) libpgtcl.so.1 \
83-
$(DESTDIR)$(LIBDIR)/libpgtcl.so
83+
$(DESTDIR)$(LIBDIR)/libpgtcl.so.1
8484
rm -f $(DESTDIR)$(LIBDIR)/libpgtcl.so
8585
ln -s libpgtcl.so.1 $(DESTDIR)$(LIBDIR)/libpgtcl.so
8686

src/interfaces/libpq/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.30 1997/03/16 18:51:13 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.31 1997/03/17 22:05:05 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -139,6 +139,8 @@ install-libpq: libpq.a
139139

140140
install-shlib: $(shlib)
141141
$(INSTALL) $(INSTL_LIB_OPTS) $(shlib) $(DESTDIR)$(LIBDIR)/$(shlib)
142+
rm -f $(DESTDIR)$(LIBDIR)/libpq.so
143+
ln -s libpq.so.1 $(DESTDIR)$(LIBDIR)/libpq.so
142144

143145
depend dep:
144146
$(CC) -MM $(INCLUDE_OPT) *.c >depend

0 commit comments

Comments
 (0)