--- stack/Makefile 2002/03/10 08:30:43 1.8 +++ stack/Makefile 2002/03/10 08:48:56 1.9 @@ -40,7 +40,7 @@ mtrace stack mtrace.log check: stack - [ $(shell ./fib.st) = 832040 ] + [ $(shell ./fib.st) = 610 ] TAGS: $(shell find . -iname "*.[ch]" -print) etags $^