diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-12-01 22:40:56 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-12-01 22:40:56 +0000 |
commit | 90f543f68427eb7a884ad6152f7287569e1fe4c6 (patch) | |
tree | 7ef18cee2067b496b6dfac5c7f43eccfe9cacafe /gas/mpw-make.sed | |
parent | e300da1c7ddf8d090d6d26c2b60b8813807d571e (diff) | |
download | gdb-90f543f68427eb7a884ad6152f7287569e1fe4c6.zip gdb-90f543f68427eb7a884ad6152f7287569e1fe4c6.tar.gz gdb-90f543f68427eb7a884ad6152f7287569e1fe4c6.tar.bz2 |
* mpw-config.in: Don't always use te-generic.h for emulation.
(powerpc-apple-macos): Use emulation te-macos.h.
start-sanitize-gm
(mips-gm-magic): New configuration.
end-sanitize-gm
* mpw-make.sed (install, install-only): Edit in Mac-specific
install procedure.
Diffstat (limited to 'gas/mpw-make.sed')
-rw-r--r-- | gas/mpw-make.sed | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index 4f2d553..03db785 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -74,6 +74,21 @@ LOCAL_LOADLIBES = \ $a\ stamps \\Option-f config-stamp\ +/^install \\Option-f/,/^$/c\ +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\ + Duplicate -y :as.new "{bindir}"as\ + Duplicate -y :gasp.new "{bindir}"gasp\ + + # Whack out config-rebuilding targets, they won't work. /^Makefile \\Option-f/,/^$/d /^config.status \\Option-f/,/^$/d |