Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 30f272a

Browse files
committed
Add missing dependencies to preproc.y build rule
1 parent f30a1d0 commit 30f272a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -52,7 +52,7 @@ else
5252
@$(missing) flex $< $@
5353
endif
5454

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
5656
$(PERL) $(srcdir)/parse.pl $(srcdir) < $< > $@
5757

5858
ecpg_keywords.o c_keywords.o keywords.o preproc.o parser.o: preproc.h

0 commit comments

Comments
 (0)