File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for the bootstrap module
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.7 1997/04/15 17:24:07 scrappy Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.8 1997/04/18 08:55:55 vadim Exp $
8
8
#
9
9
#
10
10
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
@@ -27,7 +27,7 @@ INCLUDE_OPT= -I.. \
27
27
28
28
CFLAGS+ = $(INCLUDE_OPT )
29
29
30
- ifeq ($CC), gcc)
30
+ ifeq ($( CC ) , gcc)
31
31
CFLAGS+ = -Wno-error
32
32
endif
33
33
Original file line number Diff line number Diff line change 4
4
# Makefile for parser
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.7 1997/04/15 17:24:26 scrappy Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.8 1997/04/18 08:57:39 vadim Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -17,7 +17,7 @@ INCLUDE_OPT= -I.. \
17
17
18
18
CFLAGS+ = $(INCLUDE_OPT )
19
19
20
- ifeq ($CC), gcc)
20
+ ifeq ($( CC ) , gcc)
21
21
CFLAGS+ = -Wno-error
22
22
endif
23
23
You can’t perform that action at this time.
0 commit comments