From: Jens Axboe Date: Wed, 11 Apr 2012 20:24:19 +0000 (+0200) Subject: Fix repeated link of fio X-Git-Tag: gfio-0.1~2^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8541f32c232661758908cf2d1c388c8ca3bbaa4b;p=fio.git Fix repeated link of fio Signed-off-by: Jens Axboe --- 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