Fixing typos.
[binutils-gdb.git] / sim / testsuite / sky / Makefile.in
index a02183c68fd439328c373c6ed5f9816ab5e98140..51b35f308757edb37228b941dc1db21d9687b793 100644 (file)
@@ -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 ;\