From: Jens Axboe Date: Fri, 3 Nov 2006 10:01:01 +0000 (+0100) Subject: [PATCH] Makefile update X-Git-Tag: fio-1.8~6^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=fb19ce5a38404dcb14334a2c2300fd065958a28e [PATCH] Makefile update --- diff --git a/Makefile b/Makefile index 7951751d..2746ce72 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ FIO_INST_DIR = $(subst ','\'',$(prefix)) CFLAGS += '-D_INST_PREFIX="$(FIO_INST_DIR)"' all: depend $(PROGS) $(SCRIPTS) - $(MAKE) -C engines + @$(MAKE) -C engines fio: $(OBJS) $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -lm -ldl