From 96683db880cab7791006fcc13416d67f6230a2f7 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Fri, 9 Sep 2022 11:34:09 +0700 Subject: [PATCH] Add jsonpath_gram.h to list of distprep targets Oversight in dac048f71e --- src/backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5