From: Oleg Matcovschi Date: Tue, 12 Mar 2013 07:04:16 +0000 (-0700) Subject: Remove config-host.h on clean. X-Git-Tag: fio-2.0.15~35 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ff01f0f16e1c065809a5be06b57d2a92f8886561 Remove config-host.h on clean. Signed-off-by: Oleg Matcovschi Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 023557c0..7a175552 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ fio: $(OBJS) $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(LDFLAGS) clean: FORCE - -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE config-host.mak cscope.out *.d + -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE config-host.mak config-host.h cscope.out *.d cscope: @cscope -b -R