diff options
author | Jillian Ye <jillian@cygnus> | 1998-04-21 22:16:12 +0000 |
---|---|---|
committer | Jillian Ye <jillian@cygnus> | 1998-04-21 22:16:12 +0000 |
commit | 18de2a0134deb3d0f4556650572c9fd72b250512 (patch) | |
tree | 6fc1b8cf565362a890c27083958f5fa1d16d0c0b /sim | |
parent | 680fce2b97ce609baea5998178558add221c2dd0 (diff) | |
download | gdb-18de2a0134deb3d0f4556650572c9fd72b250512.zip gdb-18de2a0134deb3d0f4556650572c9fd72b250512.tar.gz gdb-18de2a0134deb3d0f4556650572c9fd72b250512.tar.bz2 |
Fixing typos.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/sky/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;\ |