Add jsonpath_gram.h to list of distprep targets
authorJohn Naylor <john.naylor@postgresql.org>
Fri, 9 Sep 2022 04:34:09 +0000 (11:34 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Fri, 9 Sep 2022 04:46:19 +0000 (11:46 +0700)
Oversight in dac048f71e

src/backend/Makefile

index 5c4772298d064accee8c07fe8f2399bfd595b34b..d0d34821d52704022ca810bfbf6eafbbc08ae865 100644 (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