mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Remove generation of repl_gram.h
It was apparently never necessary.
This commit is contained in:
parent
26fe56481c
commit
b6d4522296
@ -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 \
|
||||
|
1
src/backend/replication/.gitignore
vendored
1
src/backend/replication/.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/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
|
||||
|
Loading…
Reference in New Issue
Block a user