]> granicus.if.org Git - postgresql/commitdiff
Use $(PERL) to invoke duplicate_oids
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Oct 2013 02:42:11 +0000 (23:42 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Oct 2013 02:45:38 +0000 (23:45 -0300)
Per buildfarm failure reported by smilodon

src/backend/catalog/Makefile

index eca15af42f1f838e3a2a3e3d073d43bc43c81b9b..a974bd526077d6d73cf565f01c1e243b5ef26e6f 100644 (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