From: Jens Axboe Date: Wed, 30 Apr 2014 21:01:00 +0000 (-0600) Subject: Makefile: clean all *.d dependency files on make clean X-Git-Tag: fio-2.1.9~8 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9e060c6a490b3394b43c0479d5be6ee335b13117;ds=sidebyside Makefile: clean all *.d dependency files on make clean Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 3c9e0ee4..e7659c46 100644 --- 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