1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Patch for Irix from Mark Dalphin.

This commit is contained in:
Bruce Momjian
2000-03-02 02:01:01 +00:00
parent c75adac757
commit bd2d0983d4
8 changed files with 12 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.11 1999/06/30 23:57:29 tgl Exp $
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.12 2000/03/02 02:01:00 momjian Exp $
#
#-------------------------------------------------------------------------
@SET_MAKE@
@@ -37,7 +37,7 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \
pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o \
gpps.o tuple.o tuplelist.o dlg_specific.o $(OBJX)
SHLIB_LINK= $(LIBS)
SHLIB_LINK= $(LD_FLAGS)
# Shared library stuff, also default 'all' target
include $(SRCDIR)/Makefile.shlib