mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Use $(PERL) to invoke duplicate_oids
Per buildfarm failure reported by smilodon
This commit is contained in:
parent
31cf1a1a43
commit
ada01014d4
@ -63,7 +63,7 @@ schemapg.h: postgres.bki ;
|
||||
# will achieve the goal of updating the version number when it
|
||||
# changes.
|
||||
postgres.bki: genbki.pl Catalog.pm $(POSTGRES_BKI_SRCS) $(top_srcdir)/configure $(top_srcdir)/src/include/catalog/duplicate_oids
|
||||
cd $(top_srcdir)/src/include/catalog && ./duplicate_oids
|
||||
cd $(top_srcdir)/src/include/catalog && $(PERL) ./duplicate_oids
|
||||
$(PERL) -I $(catalogdir) $< $(pg_includes) --set-version=$(MAJORVERSION) $(POSTGRES_BKI_SRCS)
|
||||
|
||||
.PHONY: install-data
|
||||
|
Loading…
Reference in New Issue
Block a user