diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 10:43:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 10:43:16 +0000 |
| commit | c7b40e605810e4f78c124061a8f15570451ceed1 (patch) | |
| tree | 0824ca0036dc6179286e349110ec08f0773c0f37 /src/backend/optimizer | |
| 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/optimizer')
| -rw-r--r-- | src/backend/optimizer/geqo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/optimizer/geqo/Makefile b/src/backend/optimizer/geqo/Makefile index 217c6bcb8a0..71e6491895c 100644 --- a/src/backend/optimizer/geqo/Makefile +++ b/src/backend/optimizer/geqo/Makefile @@ -5,7 +5,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Id: Makefile,v 1.4 1997/04/02 18:11:49 scrappy Exp $ +# $Id: Makefile,v 1.5 1997/04/04 10:39:50 scrappy Exp $ # #------------------------------------------------------------------------- @@ -16,7 +16,7 @@ INCLUDE_OPT = -I../.. \ -I../../port/$(PORTNAME) \ -I../../../include -CFLAGS+=$(INCLUDE_OPT) +CFLAGS+=$(INCLUDE_OPT) -Wno-error OBJS = geqo_copy.o geqo_eval.o geqo_main.o geqo_misc.o \ geqo_params.o geqo_paths.o geqo_pool.o geqo_recombination.o \ |
