File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ maintainer-clean: distclean
311311 catalog/postgres.description \
312312 catalog/postgres.shdescription \
313313 replication/repl_gram.c \
314- replication/repl_gram.h \
315314 replication/repl_scanner.c \
316315 utils/fmgroids.h \
317316 utils/fmgrtab.c \
Original file line number Diff line number Diff line change 11/repl_gram.c
2- /repl_gram.h
32/repl_scanner.c
Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ include $(top_srcdir)/src/backend/common.mk
2222# repl_scanner is compiled as part of repl_gram
2323repl_gram.o : repl_scanner.c
2424
25- # See notes in src/backend/parser/Makefile about the following two rules
26-
2725repl_gram.c : repl_gram.y
2826ifdef BISON
29- $(BISON) -d $(BISONFLAGS) -o $@ $<
27+ $(BISON) $(BISONFLAGS) -o $@ $<
3028else
3129 @$(missing) bison $< $@
3230endif
You can’t perform that action at this time.
0 commit comments