File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -80,7 +80,7 @@ install-libpgtcl: libpgtcl.a
80
80
81
81
install-shlib : libpgtcl.so.1
82
82
$(INSTALL ) $(INSTL_LIB_OPTS ) libpgtcl.so.1 \
83
- $(DESTDIR )$(LIBDIR ) /libpgtcl.so
83
+ $(DESTDIR )$(LIBDIR ) /libpgtcl.so.1
84
84
rm -f $(DESTDIR )$(LIBDIR ) /libpgtcl.so
85
85
ln -s libpgtcl.so.1 $(DESTDIR )$(LIBDIR ) /libpgtcl.so
86
86
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -139,6 +139,8 @@ install-libpq: libpq.a
139
139
140
140
install-shlib : $(shlib )
141
141
$(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
142
144
143
145
depend dep :
144
146
$(CC ) -MM $(INCLUDE_OPT ) * .c > depend
You can’t perform that action at this time.
0 commit comments