Makefile: typo
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2012 12:40:01 +0000 (13:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2012 12:40:01 +0000 (13:40 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index f59f809616e73b73a1d132f9e2fc318ab5b75347..7e877fe447e562e7d77d0afecc1a90a2bdec4477 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ T_IEEE_PROGS = t/ieee754
 
 T_ZIPF_OBS = t/genzipf.o
 T_ZIPF_OBJS += rbtree.o t/log.o lib/ieee754.o lib/rand.o lib/zipf.o t/genzipf.o
-T_ZIPF_PROGS = t/genzip
+T_ZIPF_PROGS = t/genzipf
 
 T_OBJS = $(T_SMALLOC_OBJS)
 T_OBJS += $(T_IEEE_OBJS)