diff options
Diffstat (limited to 'www/p5-libapreq2/files/patch-glue::Makefile.in')
-rw-r--r-- | www/p5-libapreq2/files/patch-glue::Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/p5-libapreq2/files/patch-glue::Makefile.in b/www/p5-libapreq2/files/patch-glue::Makefile.in new file mode 100644 index 000000000000..3378bf119c39 --- /dev/null +++ b/www/p5-libapreq2/files/patch-glue::Makefile.in @@ -0,0 +1,23 @@ +--- glue/Makefile.in.orig Sat Jun 5 11:38:26 2004 ++++ glue/Makefile.in Sat Jun 5 11:38:36 2004 +@@ -251,16 +251,16 @@ + cd perl; @PERL@ Makefile.PL -apxs @APACHE2_APXS@ + + perl_glue: perl/Makefile +- cd perl; make ++ cd perl; $(MAKE) + + perl_test: perl/Makefile +- cd perl; make test ++ cd perl; $(MAKE) test + + perl_install: +- cd perl; make install ++ cd perl; $(MAKE) install + + perl_clean: +- cd perl; make clean ++ cd perl; $(MAKE) clean + + @BUILD_PERL_GLUE_TRUE@all-local: perl_glue + |