From: Jens Axboe Date: Mon, 3 Dec 2012 20:01:41 +0000 (+0100) Subject: gfio: fix Makefile typo for cleaning gfio objs X-Git-Tag: fio-2.1~57^2~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=80caea7f4c68faf150b5c7bc271aa04596ad7f3c;hp=9a0db1e22a016bcdd91646b2e275051ff21c3038;p=fio.git gfio: fix Makefile typo for cleaning gfio objs Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 367c19af..bc0a2f8a 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,7 @@ t/axmap: $(T_AXMAP_OBJS) $(PROGS): .depend clean: FORCE - -rm -f .depend $(GFIO_OBJS )$(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE + -rm -f .depend $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE cscope: @cscope -b -R