From: Erwan Velu Date: Tue, 30 Jul 2013 09:47:16 +0000 (+0200) Subject: Makefile: Installing genfio at install time X-Git-Tag: fio-2.1.2~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=250533e7d48c2758a85db437e097891853e38b54 Makefile: Installing genfio at install time genfio wasn't installed at all during 'make install'. --- diff --git a/Makefile b/Makefile index c8849f6d..8075eb2f 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ OPTFLAGS= -O3 -g -ffast-math CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) LIBS += -lm $(EXTLIBS) PROGS = fio -SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py +SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py tools/genfio ifdef CONFIG_GFIO PROGS += gfio