From 250533e7d48c2758a85db437e097891853e38b54 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 30 Jul 2013 11:47:16 +0200 Subject: [PATCH] Makefile: Installing genfio at install time genfio wasn't installed at all during 'make install'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1