|
1 | 1 | # -*-makefile-*- |
2 | | -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.98 2000/10/08 21:13:27 petere Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.99 2000/10/1013:04:46 momjian Exp $ |
3 | 3 |
|
4 | 4 | #------------------------------------------------------------------------------ |
5 | 5 | # All PostgreSQL makefiles include this file and use the variables it sets, |
@@ -137,7 +137,7 @@ CXX = @CXX@ |
137 | 137 | CXXFLAGS = @CXXFLAGS@ @INCLUDES@ |
138 | 138 |
|
139 | 139 | ifeq ($(GCC), yes) |
140 | | -overrideCFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations |
| 140 | +CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations |
141 | 141 | endif |
142 | 142 |
|
143 | 143 | # Kind-of compilers |
|