From ff01f0f16e1c065809a5be06b57d2a92f8886561 Mon Sep 17 00:00:00 2001 From: Oleg Matcovschi Date: Tue, 12 Mar 2013 00:04:16 -0700 Subject: [PATCH] Remove config-host.h on clean. Signed-off-by: Oleg Matcovschi Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1