From a82f9ffde6646624203c2d6a1f49e16088ef6b57 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Dec 1999 22:35:27 +0000 Subject: New LDOUT makefile variable for QNX os. --- src/backend/tcop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/Makefile') diff --git a/src/backend/tcop/Makefile b/src/backend/tcop/Makefile index a94d1c7163c..85a83c488f6 100644 --- a/src/backend/tcop/Makefile +++ b/src/backend/tcop/Makefile @@ -4,7 +4,7 @@ # Makefile for tcop # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.19 1999/12/09 19:15:08 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.20 1999/12/13 22:34:16 momjian Exp $ # #------------------------------------------------------------------------- @@ -26,7 +26,7 @@ OBJS= dest.o fastpath.o postgres.o pquery.o utility.o all: SUBSYS.o SUBSYS.o: $(OBJS) - $(LD) $(LDREL) -o SUBSYS.o $(OBJS) + $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS) # The following dependencies are picked up by the make dep, but since # not everyone can do make dep, and these are particularly important -- cgit v1.2.3