From: Bruce Momjian Date: Fri, 8 Oct 1999 00:15:49 +0000 (+0000) Subject: Use $(PERL) variable for perl compile. Now in Makefile.global. X-Git-Tag: REL7_0~1355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1ec184d38000a9cdbae1dc1549d8345992369f6;p=postgresql Use $(PERL) variable for perl compile. Now in Makefile.global. --- diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 4b941f9012..b988f60a87 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.25 1999/09/03 13:46:33 thomas Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.26 1999/10/08 00:15:49 momjian Exp $ # #------------------------------------------------------------------------- @@ -46,7 +46,7 @@ ifeq ($(USE_ODBC), true) endif perl5/Makefile: perl5/Makefile.PL - cd perl5 && perl Makefile.PL + cd perl5 && $(PERL) Makefile.PL install-perl5: perl5/Makefile $(MAKE) -C perl5 clean