From e9310e0557c342edb6849ba5262f338fca5c272f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 22 Feb 2007 11:24:59 +0100 Subject: [PATCH] Include engines in dependency check Changing fio.h sometimes didn't trigger rebuild of the IO engines, causing weird problems. Signed-off-by: Jens Axboe --- Makefile | 2 +- Makefile.FreeBSD | 2 +- Makefile.solaris | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 740a2423..3a51af34 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: -rm -f *.o .depend cscope.out $(PROGS) engines/*.o core.* core depend: - @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend + @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend cscope: @cscope -b diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index 5c85a0c3..b877901a 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -21,7 +21,7 @@ clean: -rm -f *.o .depend cscope.out $(PROGS) depend: - @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend + @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend cscope: @cscope -b diff --git a/Makefile.solaris b/Makefile.solaris index 4373abfb..1e82158f 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -21,7 +21,7 @@ clean: -rm -f *.o .depend cscope.out $(PROGS) depend: - @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend + @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend cscope: @cscope -b -- 2.25.1