File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.139 2008/11/14 17:18:20 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.140 2008/11/15 22:20:55 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
52
52
@$(missing) flex $< $@
53
53
endif
54
54
55
- $(srcdir ) /preproc.y : $(top_srcdir ) /src/backend/parser/gram.y
55
+ $(srcdir ) /preproc.y : $(top_srcdir ) /src/backend/parser/gram.y parse.pl ecpg.addons ecpg.header ecpg.tokens ecpg.trailer ecpg.type
56
56
$(PERL ) $(srcdir ) /parse.pl $(srcdir ) < $< > $@
57
57
58
58
ecpg_keywords.o c_keywords.o keywords.o preproc.o parser.o : preproc.h
You can’t perform that action at this time.
0 commit comments