From 80caea7f4c68faf150b5c7bc271aa04596ad7f3c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 3 Dec 2012 21:01:41 +0100 Subject: [PATCH 1/1] gfio: fix Makefile typo for cleaning gfio objs Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1