diff options
Diffstat (limited to 'libgloss/m32r/Makefile.in')
-rw-r--r-- | libgloss/m32r/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m32r/Makefile.in b/libgloss/m32r/Makefile.in index 909a83719..7226e94af 100644 --- a/libgloss/m32r/Makefile.in +++ b/libgloss/m32r/Makefile.in @@ -64,7 +64,7 @@ TARGETDOC = ../../targetdep.tex CRT0 = crt0.o GDBLIB = m32r-lib.o -GDBSTUB = m32r-stub.o +GDBSTUB = @GDBSTUB@ EVASCRIPT = eva.ld STUBSCRIPT = eva-stub.ld |