We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cf1a1 commit ada0101Copy full SHA for ada0101
src/backend/catalog/Makefile
@@ -63,7 +63,7 @@ schemapg.h: postgres.bki ;
63
# will achieve the goal of updating the version number when it
64
# changes.
65
postgres.bki: genbki.pl Catalog.pm $(POSTGRES_BKI_SRCS) $(top_srcdir)/configure $(top_srcdir)/src/include/catalog/duplicate_oids
66
- cd $(top_srcdir)/src/include/catalog && ./duplicate_oids
+ cd $(top_srcdir)/src/include/catalog && $(PERL) ./duplicate_oids
67
$(PERL) -I $(catalogdir) $< $(pg_includes) --set-version=$(MAJORVERSION) $(POSTGRES_BKI_SRCS)
68
69
.PHONY: install-data
0 commit comments