From d5bdff69e877a3f65928278df9d252d8881ff864 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 6 May 2016 17:10:33 -0600 Subject: [PATCH] Makefile: fix path to tools/fiologparser.py Fixes: 642483dbae99 ("Fix typo in tools/fiologparser.py") Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00c11945..0133ac4a 100644 --- 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 -- 2.25.1