Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb7287 commit 2d6f8aaCopy full SHA for 2d6f8aa
src/backend/Makefile
@@ -180,7 +180,7 @@ distprep:
180
$(MAKE) -C replication repl_gram.c repl_gram.h repl_scanner.c syncrep_gram.c syncrep_gram.h syncrep_scanner.c
181
$(MAKE) -C storage/lmgr lwlocknames.h lwlocknames.c
182
$(MAKE) -C utils distprep
183
- $(MAKE) -C utils/adt jsonpath_gram.c jsonpath_scan.c
+ $(MAKE) -C utils/adt jsonpath_gram.c jsonpath_gram.h jsonpath_scan.c
184
$(MAKE) -C utils/misc guc-file.c
185
186
0 commit comments