Fixing typos.

This commit is contained in:
Jillian Ye 1998-04-21 22:16:12 +00:00
parent 680fce2b97
commit 18de2a0134

View 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 ;\