From ada01014d4739120361fb96e3f91e2fd6791d6b8 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 10 Oct 2013 23:42:11 -0300 Subject: [PATCH] Use $(PERL) to invoke duplicate_oids Per buildfarm failure reported by smilodon --- src/backend/catalog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/Makefile b/src/backend/catalog/Makefile index eca15af42f..a974bd5260 100644 --- a/src/backend/catalog/Makefile +++ b/src/backend/catalog/Makefile @@ -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