1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Use the $(LN_S) substitution for "ln -s" since configure tests for it.

This commit is contained in:
Thomas G. Lockhart
1998-10-07 06:50:37 +00:00
parent ed24461ca1
commit 7d4b59f024
4 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.2 1998/09/13 04:00:41 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.3 1998/10/07 06:50:37 thomas Exp $
#
#-------------------------------------------------------------------------
@@ -145,7 +145,7 @@ install-$(LIBNAME): $(LIBNAME).a beforeinstall-lib
install-shlib: $(SHLIBNAME) beforeinstall-lib
$(INSTALL) $(INSTL_SHLIB_OPTS) $(SHLIB) $(LIBDIR)/$(SHLIB)
rm -f $(LIBDIR)/libpq++.so
ln -sf $(SHLIB) $(LIBDIR)/libpq++.so
$(LN_S) -f $(SHLIB) $(LIBDIR)/libpq++.so
doc: