mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Use $(PERL) variable for perl compile. Now in Makefile.global.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
endif
|
||||||
|
|
||||||
perl5/Makefile: perl5/Makefile.PL
|
perl5/Makefile: perl5/Makefile.PL
|
||||||
cd perl5 && perl Makefile.PL
|
cd perl5 && $(PERL) Makefile.PL
|
||||||
|
|
||||||
install-perl5: perl5/Makefile
|
install-perl5: perl5/Makefile
|
||||||
$(MAKE) -C perl5 clean
|
$(MAKE) -C perl5 clean
|
||||||
|
|||||||
Reference in New Issue
Block a user