diff options
Diffstat (limited to 'binutils/mpw-make.sed')
-rw-r--r-- | binutils/mpw-make.sed | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed index ea841b5..03abffe 100644 --- a/binutils/mpw-make.sed +++ b/binutils/mpw-make.sed @@ -90,13 +90,7 @@ stamps \\Option-f stamp-under\ install \\Option-f all install-only\ \ install-only \\Option-f\ - If "`Exists "{prefix}"`" == ""\ - Echo "{prefix}" does not exist, cannot install anything\ - Exit 1\ - End If\ - If "`Exists "{bindir}"`" == ""\ - NewFolder "{bindir}"\ - End If\ + NewFolderRecursive "{bindir}"\ # Need to copy all the tools\ For prog in {PROGS}\ Set progname `echo {prog} | sed -e 's/.new//'`\ |