Add jsonpath_gram.h to list of distprep targets

Oversight in dac048f71e
This commit is contained in:
John Naylor 2022-09-09 11:34:09 +07:00
parent 47bd0b3fa6
commit 96683db880
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ distprep:
$(MAKE) -C replication repl_gram.c repl_gram.h repl_scanner.c syncrep_gram.c syncrep_gram.h syncrep_scanner.c
$(MAKE) -C storage/lmgr lwlocknames.h lwlocknames.c
$(MAKE) -C utils distprep
$(MAKE) -C utils/adt jsonpath_gram.c jsonpath_scan.c
$(MAKE) -C utils/adt jsonpath_gram.c jsonpath_gram.h jsonpath_scan.c
$(MAKE) -C utils/misc guc-file.c