From: John Naylor Date: Fri, 9 Sep 2022 04:34:09 +0000 (+0700) Subject: Add jsonpath_gram.h to list of distprep targets X-Git-Tag: REL_16_BETA1~1769 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96683db880cab7791006fcc13416d67f6230a2f7;p=thirdparty%2Fpostgresql.git Add jsonpath_gram.h to list of distprep targets Oversight in dac048f71e --- diff --git a/src/backend/Makefile b/src/backend/Makefile index 5c4772298d0..d0d34821d52 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -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