dougm 01/10/15 09:50:47
Modified: . Makefile.PL
Log:
fix MODPERL_SRC related targets for win32 to understand
Submitted by: William A. Rowe, Jr. <[EMAIL PROTECTED]>
Reviewed by: dougm
Revision Changes Path
1.44 +2 -2 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Makefile.PL 2001/10/11 19:48:08 1.43
+++ Makefile.PL 2001/10/15 16:50:47 1.44
@@ -261,10 +261,10 @@
$(SHELL) build/make_etags
modperl_lib:
- @(cd $(MODPERL_SRC) && $(MAKE));
+ cd "$(MODPERL_SRC)" && $(MAKE)
modperl_src_clean:
- @(cd $(MODPERL_SRC) && $(MAKE) clean);
+ cd "$(MODPERL_SRC)" && $(MAKE) clean
EOF
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL stas
- cvs commit: modperl-2.0 Makefile.PL stas
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL dougm
- cvs commit: modperl-2.0 Makefile.PL stas
- cvs commit: modperl-2.0 Makefile.PL stas
- cvs commit: modperl-2.0 Makefile.PL stas
