summaryrefslogtreecommitdiff
path: root/src/backend/port/Makefile.in
diff options
context:
space:
mode:
authorBruce Momjian1999-12-13 22:35:27 +0000
committerBruce Momjian1999-12-13 22:35:27 +0000
commita82f9ffde6646624203c2d6a1f49e16088ef6b57 (patch)
tree19c376a0801880959037c286fbccf76eaab5dae6 /src/backend/port/Makefile.in
parentff6fe1502d2d8553fa3a305483344cb90a6411d4 (diff)
New LDOUT makefile variable for QNX os.
Diffstat (limited to 'src/backend/port/Makefile.in')
-rw-r--r--src/backend/port/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile.in b/src/backend/port/Makefile.in
index 0ad9aeb0c4f..cf5c6d6034c 100644
--- a/src/backend/port/Makefile.in
+++ b/src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.18 1999/12/09 19:14:51 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.19 1999/12/13 22:33:05 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -28,7 +28,7 @@ OBJS+= @STRTOL@ @STRTOUL@ @SNPRINTF@
all: SUBSYS.o
SUBSYS.o: $(OBJS)
- $(LD) $(LDREL) -o SUBSYS.o $(OBJS)
+ $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
.PHONY: clean dep