stas 2003/01/30 16:52:22
Modified: . Makefile.PL
Log:
use a portable $(MAKE) instead of just 'make'
Revision Changes Path
1.91 +1 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- Makefile.PL 23 Jan 2003 05:16:30 -0000 1.90
+++ Makefile.PL 31 Jan 2003 00:52:21 -0000 1.91
@@ -460,7 +460,7 @@
$(PASSENV) \
$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
t/TEST
- cd ModPerl-Registry && make test
+ cd ModPerl-Registry && $(MAKE) test
test :: pure_all run_tests test_clean
EOF