From 8541f32c232661758908cf2d1c388c8ca3bbaa4b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 11 Apr 2012 22:24:19 +0200 Subject: [PATCH] Fix repeated link of fio Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 252b0a9f..c605d7ba 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ fio: $(OBJS) .depend: $(SOURCE) $(QUIET_DEP)$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SOURCE) 1> .depend -$(PROGS): .depend FORCE +$(PROGS): .depend clean: FORCE -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE -- 2.25.1