* mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
[deliverable/binutils-gdb.git] / ld / mpw-make.sed
index bfaaf1464bf430714a4f8a07d70a622b857d0682..c91970839a9cd9bfd5fc928896179272784dbd63 100644 (file)
@@ -23,7 +23,7 @@
 # Hack up ldmain compile.
 /^"{o}"ldmain.c.o \\Option-f .* config.status$/,/^$/c\
 "{o}"ldmain.c.o \\Option-f  "{s}"ldmain.c\
-       {CC} @DASH_C_FLAG@ -d DEFAULT_EMULATION='"'{EMUL}'"' -d SCRIPTDIR='"'{scriptdir}'"' {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
+       {CC} @DASH_C_FLAG@ -d DEFAULT_EMULATION={dq}{EMUL}{dq} -d SCRIPTDIR={dq}{scriptdir}{dq} {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
 
 
 # Remove ldemul-list.h build, rely on configure to make one.
 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\
 
 
This page took 0.024868 seconds and 4 git commands to generate.