diff options
Diffstat (limited to 'ld/generic.em')
-rw-r--r-- | ld/generic.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/generic.em b/ld/generic.em index cae7c92..81c0dc2 100644 --- a/ld/generic.em +++ b/ld/generic.em @@ -1,6 +1,6 @@ # This shell script that emits a C file. # It does some substitutions. -cat >ld__${EMULATION_NAME}.c <<EOF +cat >em_${EMULATION_NAME}.c <<EOF /* This file is is generated by a shell script. DO NOT EDIT! */ /* emulate the original gld for the given ${EMULATION_NAME} |