From 18de2a0134deb3d0f4556650572c9fd72b250512 Mon Sep 17 00:00:00 2001 From: Jillian Ye Date: Tue, 21 Apr 1998 22:16:12 +0000 Subject: Fixing typos. --- sim/testsuite/sky/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim') diff --git a/sim/testsuite/sky/Makefile.in b/sim/testsuite/sky/Makefile.in index a02183c..51b35f3 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 ;\ -- cgit v1.1