summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/Makefile
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/storage/lmgr/Makefile
parentff6fe1502d2d8553fa3a305483344cb90a6411d4 (diff)
New LDOUT makefile variable for QNX os.
Diffstat (limited to 'src/backend/storage/lmgr/Makefile')
-rw-r--r--src/backend/storage/lmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/Makefile b/src/backend/storage/lmgr/Makefile
index f4b22801be1..906f1256c87 100644
--- a/src/backend/storage/lmgr/Makefile
+++ b/src/backend/storage/lmgr/Makefile
@@ -4,7 +4,7 @@
# Makefile for storage/lmgr
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Makefile,v 1.10 1999/12/09 19:15:04 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Makefile,v 1.11 1999/12/13 22:33:54 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -21,7 +21,7 @@ OBJS = lmgr.o lock.o proc.o
all: SUBSYS.o
SUBSYS.o: $(OBJS)
- $(LD) $(LDREL) -o SUBSYS.o $(OBJS)
+ $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
depend dep:
$(CC) -MM $(CFLAGS) *.c >depend