--- gforth/Makefile.in 2012/10/08 01:10:29 1.488 +++ gforth/Makefile.in 2012/10/08 22:54:22 1.490 @@ -298,7 +298,7 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST depth-changes.fs dosekey.fs doskey.fs ds2texi.fs \ envos.dos envos.os2 etags.fs fft.fs filedump.fs fi2c.fs \ fsl-util.4th glosgen.fs gray.fs httpd.fs install-tags.fs \ - make-app.fs doc/makedoc.fs locate.fs more.fs onebench.fs \ + make-app.fs doc/makedoc.fs locate.fs more.fs onebench.fs fft-bench.fs \ other.fs prims2x.fs prims2x0.6.2.fs proxy.fs random.fs \ regexp.fs sokoban.fs string.fs table.fs tags.fs \ tt.fs quotations.fs \ @@ -746,6 +746,7 @@ bench: gforth-fast$(EXT) gforth.fi time $(FORTH_FAST) bubble.fs -e "main bye" time $(FORTH_FAST) matrix.fs -e "main bye" time $(FORTH_FAST) fib.fs -e "main bye" + time $(FORTH_FAST) fft-bench.fs -e "main bye" onebench one-bench: $(FORTH_FAST) onebench.fs