!3346 修复src/common/backend/parser下的Makefile

Merge pull request !3346 from The__Flash/master
This commit is contained in:
opengauss-bot
2023-04-23 08:47:57 +00:00
committed by Gitee

View File

@ -102,7 +102,7 @@ else
@$(missing) flex $< $@
endif
hint_gram.o keywords.o parser.0: hint_gram.hpp kwlist_d.h
hint_gram.o keywords.o parser.o: hint_gram.hpp kwlist_d.h
# gram.cpp, gram.hpp, and scan.inc are in the distribution tarball, so they
# are not cleaned here.