Makefile: fix path to tools/fiologparser.py
authorJens Axboe <axboe@fb.com>
Fri, 6 May 2016 23:10:33 +0000 (17:10 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 6 May 2016 23:10:33 +0000 (17:10 -0600)
Fixes: 642483dbae99 ("Fix typo in tools/fiologparser.py")
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile

index 00c119458d39f8595bedc57c242c891dd8b6812c..0133ac4a5571b2b72d52c3decb30be5c289a51db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ OPTFLAGS= -g -ffast-math
 CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) -I. -I$(SRCDIR)
 LIBS   += -lm $(EXTLIBS)
 PROGS  = fio
-SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologpaser.py)
+SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py)
 
 ifndef CONFIG_FIO_NO_OPT
   CFLAGS += -O3