Skip to content

Commit 87db3b8

Browse files
committed
Remove override of CFLAGS.
1 parent 1fe2b77 commit 87db3b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-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/10 13:04:46 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -137,7 +137,7 @@ CXX = @CXX@
137137
CXXFLAGS = @CXXFLAGS@ @INCLUDES@
138138

139139
ifeq ($(GCC), yes)
140-
override CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
140+
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
141141
endif
142142

143143
# Kind-of compilers

0 commit comments

Comments
 (0)