提交 b6d45222 编写于 作者: P Peter Eisentraut

Remove generation of repl_gram.h

It was apparently never necessary.
上级 26fe5648
......@@ -311,7 +311,6 @@ maintainer-clean: distclean
catalog/postgres.description \
catalog/postgres.shdescription \
replication/repl_gram.c \
replication/repl_gram.h \
replication/repl_scanner.c \
utils/fmgroids.h \
utils/fmgrtab.c \
......
/repl_gram.c
/repl_gram.h
/repl_scanner.c
......@@ -22,11 +22,9 @@ include $(top_srcdir)/src/backend/common.mk
# repl_scanner is compiled as part of repl_gram
repl_gram.o: repl_scanner.c
# See notes in src/backend/parser/Makefile about the following two rules
repl_gram.c: repl_gram.y
ifdef BISON
$(BISON) -d $(BISONFLAGS) -o $@ $<
$(BISON) $(BISONFLAGS) -o $@ $<
else
@$(missing) bison $< $@
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册