Fix typo in defintion of OUTPUT_FORMAT.

This commit is contained in:
Nick Clifton 1999-08-11 09:21:38 +00:00
parent 2f1386ccf7
commit 0811443ae7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-08-11 Nick Clifton <nickc@cygnus.com>
* scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
1999-08-09 Mark Elbrecht <snowball3@bigfoot.com>
* scripttempl/i386go32.sc: Handle g++ exception sections.

View File

@ -40,7 +40,7 @@ if test "$RELOCATING"; then
# because bash 2.x will lose the doublequotes.
cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
"${LITTLE_OUTPUT_FORMAT}")}
"${LITTLE_OUTPUT_FORMAT}")
EOF
fi