diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:29:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:29:38 +0000 |
commit | 51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf (patch) | |
tree | b1e070ee20a287ea00d9d0302d93dc8ee0bccfcf /gas/mpw-make.sed | |
parent | 7357af56938b245a9b569e7ab0e01b463348b819 (diff) | |
download | gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.zip gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.tar.gz gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.tar.bz2 |
* mpw-make.sed: Use NewFolderRecursive for installation.
Diffstat (limited to 'gas/mpw-make.sed')
-rw-r--r-- | gas/mpw-make.sed | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index e40bf74..16f12a5 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -88,13 +88,7 @@ stamps \\Option-f config-stamp\ 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 :as.new "{bindir}"as\ Duplicate -y :gasp.new "{bindir}"gasp\ |