diff options
| author | Marc G. Fournier | 1997-04-04 10:43:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-04-04 10:43:16 +0000 |
| commit | c7b40e605810e4f78c124061a8f15570451ceed1 (patch) | |
| tree | 0824ca0036dc6179286e349110ec08f0773c0f37 /src/backend/tcop | |
| parent | e292a9d62721f58d1db3b63e16196ce48664cc0b (diff) | |
This commit represents a clean compile with the new templates under
FreeBSD
The Makefile(s) have all been cleaned up such that there is a single
LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s)
should be alot more straightforward then they were before...and
consistent
Diffstat (limited to 'src/backend/tcop')
| -rw-r--r-- | src/backend/tcop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/Makefile b/src/backend/tcop/Makefile index e0790234e10..71b30bbbfd9 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.10 1997/04/02 18:13:01 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.11 1997/04/04 10:40:34 scrappy Exp $ # #------------------------------------------------------------------------- @@ -15,7 +15,7 @@ INCLUDE_OPT= -I.. \ -I../port/$(PORTNAME) \ -I../../include -CFLAGS+= $(INCLUDE_OPT) +CFLAGS+= $(INCLUDE_OPT) -Wno-error OBJS= aclchk.o dest.o fastpath.o postgres.o pquery.o utility.o variable.o |
