Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe2b77 commit 87db3b8Copy full SHA for 87db3b8
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.98 2000/10/08 21:13:27 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.99 2000/10/10 13:04:46 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -137,7 +137,7 @@ CXX = @CXX@
137
CXXFLAGS = @CXXFLAGS@ @INCLUDES@
138
139
ifeq ($(GCC), yes)
140
- override CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
+ CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
141
endif
142
143
# Kind-of compilers
0 commit comments