diff options
Diffstat (limited to 'sim/testsuite/sky/Makefile.in')
-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 a0b544b..353778f 100644 --- a/sim/testsuite/sky/Makefile.in +++ b/sim/testsuite/sky/Makefile.in @@ -171,7 +171,7 @@ sce2_%.vu.o: sce2_%.vuasm sce%.ok: sce%.exe rm -f sce$*.ok - ulimit -t 30 ; $(RUN_FOR_TARGET) $< >& sce$*_our_gif.dat; \ + ulimit -t 30 ; $(RUN_FOR_TARGET) $< > sce$*_our_gif.dat; \ if [ $$? -ne 0 ]; then \ touch sce$*.ok; \ else \ |