Fix repeated link of fio
authorJens Axboe <axboe@kernel.dk>
Wed, 11 Apr 2012 20:24:19 +0000 (22:24 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Apr 2012 20:24:19 +0000 (22:24 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index 252b0a9fa723192f9d654680d0a44d26993b8460..c605d7ba83b8de803ffd9bc7a02884259e7d1ff6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ fio: $(OBJS)
 .depend: $(SOURCE)
        $(QUIET_DEP)$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SOURCE) 1> .depend
 
 .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
 
 clean: FORCE
        -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE