File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 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.13 1997/12/20 00:24:55 scrappy Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.14 1998/02/18 07:37:05 thomas Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -53,8 +53,10 @@ dep: gram.c scan.c
53
53
# Remove scan.c from the clean since we want to avoid rebuilding when using
54
54
# the original source distribution. This should help Solaris machines whose
55
55
# lex has trouble with exclusive states.
56
+ # Remove gram.c, parse.h from the clean since we have now started to exceed
57
+ # internal limits for some non-bison yaccs. - thomas 1998-02-17
56
58
clean :
57
- rm -f SUBSYS.o $(OBJS ) gram.c parse.h # scan.c
59
+ rm -f SUBSYS.o $(OBJS ) # gram.c parse.h # scan.c
58
60
# And the garbage that might have been left behind by partial build:
59
61
rm -f y.tab.c y.tab.h lex.yy.c
60
62
You can’t perform that action at this time.
0 commit comments