From: Jens Axboe Date: Fri, 6 May 2016 23:10:33 +0000 (-0600) Subject: Makefile: fix path to tools/fiologparser.py X-Git-Tag: fio-2.10~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d5bdff69e877a3f65928278df9d252d8881ff864;p=fio.git Makefile: fix path to tools/fiologparser.py Fixes: 642483dbae99 ("Fix typo in tools/fiologparser.py") Signed-off-by: Jens Axboe --- 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