Use $(PERL) to invoke duplicate_oids

Per buildfarm failure reported by smilodon
pull/6/head
Alvaro Herrera 12 years ago
parent 31cf1a1a43
commit ada01014d4
  1. 2
      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

Loading…
Cancel
Save