Skip to content

Commit b1ec184

Browse files
committed
Use $(PERL) variable for perl compile. Now in Makefile.global.
1 parent 558833c commit b1ec184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.25 1999/09/03 13:46:33 thomas Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.26 1999/10/08 00:15:49 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -46,7 +46,7 @@ ifeq ($(USE_ODBC), true)
4646
endif
4747

4848
perl5/Makefile: perl5/Makefile.PL
49-
cd perl5 && perl Makefile.PL
49+
cd perl5 && $(PERL) Makefile.PL
5050

5151
install-perl5: perl5/Makefile
5252
$(MAKE) -C perl5 clean

0 commit comments

Comments
 (0)