File tree 3 files changed +1
-5
lines changed 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ maintainer-clean: distclean
311
311
catalog/postgres.description \
312
312
catalog/postgres.shdescription \
313
313
replication/repl_gram.c \
314
- replication/repl_gram.h \
315
314
replication/repl_scanner.c \
316
315
utils/fmgroids.h \
317
316
utils/fmgrtab.c \
Original file line number Diff line number Diff line change 1
1
/repl_gram.c
2
- /repl_gram.h
3
2
/repl_scanner.c
Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ include $(top_srcdir)/src/backend/common.mk
22
22
# repl_scanner is compiled as part of repl_gram
23
23
repl_gram.o : repl_scanner.c
24
24
25
- # See notes in src/backend/parser/Makefile about the following two rules
26
-
27
25
repl_gram.c : repl_gram.y
28
26
ifdef BISON
29
- $(BISON) -d $(BISONFLAGS) -o $@ $<
27
+ $(BISON) $(BISONFLAGS) -o $@ $<
30
28
else
31
29
@$(missing) bison $< $@
32
30
endif
You can’t perform that action at this time.
0 commit comments