Makefile: clean $(FIO_OBJS) too
authorJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 16:44:33 +0000 (18:44 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 16:44:33 +0000 (18:44 +0200)
Otherwise fio.o gets left behind after a clean.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index 1f58d58ecb7d62f9ab1d1d94628a81f29690a6d7..e93bf4d748f0b1d112bcef031bde7ac6af578ee0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@ t/lfsr-test: $(T_LFSR_TEST_OBJS)
        $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(T_LFSR_TEST_OBJS) $(LIBS) $(LDFLAGS)
 
 clean: FORCE
-       -rm -f .depend $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE config-host.mak config-host.h cscope.out *.d
+       -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE config-host.mak config-host.h cscope.out *.d
 
 cscope:
        @cscope -b -R