aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2013-10-10 23:42:11 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2013-10-10 23:45:38 -0300
commitada01014d4739120361fb96e3f91e2fd6791d6b8 (patch)
treeea1561c4d2c3b80fcdd99eddb4834d4caea3b2aa
parent31cf1a1a43c45e53d9bb3134c07f92e722f097f9 (diff)
downloadpostgresql-ada01014d4739120361fb96e3f91e2fd6791d6b8.tar.gz
postgresql-ada01014d4739120361fb96e3f91e2fd6791d6b8.zip
Use $(PERL) to invoke duplicate_oids
Per buildfarm failure reported by smilodon
-rw-r--r--src/backend/catalog/Makefile2
1 files changed, 1 insertions, 1 deletions
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