aboutsummaryrefslogtreecommitdiff
path: root/ld/mpw-make.sed
diff options
context:
space:
mode:
Diffstat (limited to 'ld/mpw-make.sed')
-rw-r--r--ld/mpw-make.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed
index bfaaf14..0d00fde 100644
--- a/ld/mpw-make.sed
+++ b/ld/mpw-make.sed
@@ -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.