diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-12-13 22:35:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-12-13 22:35:27 +0000 |
commit | a82f9ffde6646624203c2d6a1f49e16088ef6b57 (patch) | |
tree | 19c376a0801880959037c286fbccf76eaab5dae6 /src/backend/lib | |
parent | ff6fe1502d2d8553fa3a305483344cb90a6411d4 (diff) | |
download | postgresql-a82f9ffde6646624203c2d6a1f49e16088ef6b57.tar.gz postgresql-a82f9ffde6646624203c2d6a1f49e16088ef6b57.zip |
New LDOUT makefile variable for QNX os.
Diffstat (limited to 'src/backend/lib')
-rw-r--r-- | src/backend/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/lib/Makefile b/src/backend/lib/Makefile index 2cce45a7712..2e43ba3f092 100644 --- a/src/backend/lib/Makefile +++ b/src/backend/lib/Makefile @@ -4,7 +4,7 @@ # Makefile for lib (miscellaneous stuff) # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.11 1999/12/09 19:14:39 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.12 1999/12/13 22:32:41 momjian Exp $ # #------------------------------------------------------------------------- @@ -20,7 +20,7 @@ OBJS = bit.o fstack.o hasht.o lispsort.o stringinfo.o dllist.o all: SUBSYS.o SUBSYS.o: $(OBJS) - $(LD) $(LDREL) -o SUBSYS.o $(OBJS) + $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS) depend dep: $(CC) -MM $(INCLUDE_OPT) *.c >depend |