diff options
author | Bruce Momjian | 1999-12-13 22:35:27 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-12-13 22:35:27 +0000 |
commit | a82f9ffde6646624203c2d6a1f49e16088ef6b57 (patch) | |
tree | 19c376a0801880959037c286fbccf76eaab5dae6 /src/Makefile.global.in | |
parent | ff6fe1502d2d8553fa3a305483344cb90a6411d4 (diff) |
New LDOUT makefile variable for QNX os.
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index e05334df989..b0c1277d27d 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.61 1999/12/10 05:00:36 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.62 1999/12/13 22:32:15 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -211,6 +211,7 @@ CFLAGS_SL= @SHARED_LIB@ LIBS= @LIBS@ LDFLAGS= @LDFLAGS@ $(LIBS) LDREL= -r +LDOUT= -o DLSUFFIX= @DLSUFFIX@ LN_S= @LN_S@ TAR= @tar@ |