Makefile: clean all *.d dependency files on make clean
authorJens Axboe <axboe@fb.com>
Wed, 30 Apr 2014 21:01:00 +0000 (15:01 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 30 Apr 2014 21:01:00 +0000 (15:01 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile

index 3c9e0ee467fe72256f8d0cd2916d62ec7a603d64..e7659c46d74650d17e31246a8fbc3358a9514bd5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,7 @@ t/lfsr-test: $(T_LFSR_TEST_OBJS)
        $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(T_LFSR_TEST_OBJS) $(LIBS)
 
 clean: FORCE
-       -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE *.d config-host.mak config-host.h
+       -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h
 
 distclean: clean FORCE
        @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf