summaryrefslogtreecommitdiff
path: root/gcc/config/m88k/dgux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m88k/dgux.h')
-rw-r--r--gcc/config/m88k/dgux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h
index 8c8f0b554d1..ca5fdd0690f 100644
--- a/gcc/config/m88k/dgux.h
+++ b/gcc/config/m88k/dgux.h
@@ -178,9 +178,9 @@ Boston, MA 02111-1307, USA. */
if (TARGET_SVR4) \
{ \
if (TARGET_88110) \
- fprintf (FILE, "\t%s\t \"%s\"\n", VERSION_ASM_OP, "04.00"); \
+ fprintf (FILE, "%s\"%s\"\n", VERSION_ASM_OP, "04.00"); \
else \
- fprintf (FILE, "\t%s\t \"%s\"\n", VERSION_ASM_OP, "03.00"); \
+ fprintf (FILE, "%s\"%s\"\n", VERSION_ASM_OP, "03.00"); \
} \
if (write_symbols != NO_DEBUG && !TARGET_NOLEGEND) \
{ \