aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2022-09-09 11:34:09 +0700
committerJohn Naylor <john.naylor@postgresql.org>2022-09-09 11:46:19 +0700
commit96683db880cab7791006fcc13416d67f6230a2f7 (patch)
treeb43789972b93c45d77fa6c35b1f8a29e096f1bb3
parent47bd0b3fa601642b6cfbe79ad956d4a9fc835ba1 (diff)
downloadpostgresql-96683db880cab7791006fcc13416d67f6230a2f7.tar.gz
postgresql-96683db880cab7791006fcc13416d67f6230a2f7.zip
Add jsonpath_gram.h to list of distprep targets
Oversight in dac048f71e
-rw-r--r--src/backend/Makefile2
1 files changed, 1 insertions, 1 deletions
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