Use $(PERL) to invoke duplicate_oids

Per buildfarm failure reported by smilodon
This commit is contained in:
Alvaro Herrera 2013-10-10 23:42:11 -03:00
parent 31cf1a1a43
commit ada01014d4
1 changed files with 1 additions and 1 deletions

View File

@ -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