|
2 | 2 | #
|
3 | 3 | # Makefile for the bootstrap module
|
4 | 4 | #
|
5 |
| -# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.27 2001/02/10 22:31:42 petere Exp $ |
| 5 | +# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.28 2001/08/22 20:02:56 petere Exp $ |
6 | 6 | #
|
7 | 7 | #-------------------------------------------------------------------------
|
8 | 8 |
|
9 | 9 | subdir = src/backend/bootstrap
|
10 | 10 | top_builddir = ../../..
|
11 | 11 | include$(top_builddir)/src/Makefile.global
|
12 | 12 |
|
13 |
| -ifeq ($(GCC), yes) |
14 |
| -overrideCFLAGS+= -Wno-error |
15 |
| -endif |
16 |
| - |
17 | 13 | # qnx4's wlink currently crashes with bootstrap.o
|
18 | 14 | ifneq ($(PORTNAME), qnx4)
|
19 | 15 | OBJS= bootparse.o bootscanner.o bootstrap.o
|
|