From: Bruce Momjian Date: Tue, 2 Nov 1999 02:35:58 +0000 (+0000) Subject: Update for perl5 in Makefile. X-Git-Tag: REL6_5_3~2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=17f7bedaaf1886d00256d850bb64d6fd37c54157;p=postgresql.git Update for perl5 in Makefile. --- diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 8ce06e22e9d..a58fe041ce8 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.23.2.1 1999/08/16 20:10:25 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.23.2.2 1999/11/02 02:35:58 momjian Exp $ # #------------------------------------------------------------------------- @@ -46,11 +46,11 @@ ifeq ($(USE_ODBC), true) endif perl5/Makefile: perl5/Makefile.PL - cd perl5 && perl5 Makefile.PL + cd perl5 && $(PERL) Makefile.PL install-perl5: perl5/Makefile $(MAKE) -C perl5 clean - cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl5 Makefile.PL + cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" $(PERL) Makefile.PL $(MAKE) -C perl5 all @if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \ $(MAKE) $(MFLAGS) -C perl5 install; \