Mailing List Archive

5.001n MakeMaker patch
This is a teensy patch for MakeMaker as it appears in 5.001n.
It's needed for at least DG/UX and BSD/OS, both of which bomb
out if you have:

@ -cd

rather than:

@-cd

neilb

*** lib/ExtUtils/MakeMaker.pm.orig Tue Oct 31 21:41:41 1995
--- lib/ExtUtils/MakeMaker.pm Tue Oct 31 21:41:50 1995
***************
*** 2177,2183 ****
qq{

subdirs ::
! \@ -cd $subdir && \$(MAKE) all \$(PASTHRU)

};
}
--- 2177,2183 ----
qq{

subdirs ::
! \@-cd $subdir && \$(MAKE) all \$(PASTHRU)

};
}