From: Alvaro Herrera Date: Fri, 11 Oct 2013 02:42:11 +0000 (-0300) Subject: Use $(PERL) to invoke duplicate_oids X-Git-Tag: REL9_4_BETA1~1060 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ada01014d4739120361fb96e3f91e2fd6791d6b8;p=thirdparty%2Fpostgresql.git Use $(PERL) to invoke duplicate_oids Per buildfarm failure reported by smilodon --- diff --git a/src/backend/catalog/Makefile b/src/backend/catalog/Makefile index eca15af42f1..a974bd52607 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