diff options
Diffstat (limited to 'src/backend/replication')
-rw-r--r-- | src/backend/replication/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/backend/replication/Makefile b/src/backend/replication/Makefile index 1f93ac1e5d1..2dde0118a47 100644 --- a/src/backend/replication/Makefile +++ b/src/backend/replication/Makefile @@ -22,19 +22,5 @@ include $(top_srcdir)/src/backend/common.mk # repl_scanner is compiled as part of repl_gram repl_gram.o: repl_scanner.c -repl_gram.c: repl_gram.y -ifdef BISON - $(BISON) $(BISONFLAGS) -o $@ $< -else - @$(missing) bison $< $@ -endif - -repl_scanner.c: repl_scanner.l -ifdef FLEX - $(FLEX) $(FLEXFLAGS) -o'$@' $< -else - @$(missing) flex $< $@ -endif - # repl_gram.c and repl_scanner.c are in the distribution tarball, so # they are not cleaned here. |