diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:46:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:46:32 +0000 |
commit | 7885e8b3c9337d02ad709f840eda51ade82eecba (patch) | |
tree | 5bd39b61e283a63c8c7310ba3c2bf3105bc5fa7b /ld/mpw-make.sed | |
parent | 51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf (diff) | |
download | gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.zip gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.tar.gz gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.tar.bz2 |
* mpw-make.sed: Use NewFolderRecursive for installation.
Diffstat (limited to 'ld/mpw-make.sed')
-rw-r--r-- | ld/mpw-make.sed | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 0d00fde..c919708 100644 --- a/ld/mpw-make.sed +++ b/ld/mpw-make.sed @@ -80,13 +80,7 @@ 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}"\ Duplicate -y :ld.new "{bindir}"ld\ |