From: Jillian Ye Date: Tue, 21 Apr 1998 22:16:12 +0000 (+0000) Subject: Fixing typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18de2a0134deb3d0f4556650572c9fd72b250512;p=binutils-gdb.git Fixing typos. --- diff --git a/sim/testsuite/sky/Makefile.in b/sim/testsuite/sky/Makefile.in index a02183c68fd..51b35f30875 100644 --- a/sim/testsuite/sky/Makefile.in +++ b/sim/testsuite/sky/Makefile.in @@ -177,7 +177,7 @@ sce%.ok: sce%.exe GIF_TRACE=sce$*_our_gif.dat ; export GIF_TRACE; \ ulimit -t $(ULIMIT) ; $(RUN_FOR_TARGET) $< ; \ if [ $$? -ne 0 ]; then \ - diff -bitw sce$*_out_dif.dat sce$*_our_gif.dat > sce$*.ok; \ + diff -bitw $(srcdir)/sce$*_out_gif.dat sce$*_our_gif.dat > sce$*.ok; \ touch sce$*.ok; \ else \ echo Running sce$*.exe returns $$? > sce$*.ok ;\