From: Jens Axboe Date: Thu, 11 Apr 2013 16:44:33 +0000 (+0200) Subject: Makefile: clean $(FIO_OBJS) too X-Git-Tag: fio-2.1~48 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0fe21ef7de00f5cc0f100e1f036ddca4b4bcd234 Makefile: clean $(FIO_OBJS) too Otherwise fio.o gets left behind after a clean. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 1f58d58e..e93bf4d7 100644 --- 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