From 68b739ad5aca63bb6d9d9f34299cfec5868afa6f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 25 Jan 2013 08:52:43 -0700 Subject: [PATCH] Makefile: remove config-host.ld Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30a7f2e8..52ec4a2d 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ fio: $(OBJS) $(PROGS): .depend clean: FORCE - -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE config-host.mak config-host.ld cscope.out + -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core FIO-VERSION-FILE config-host.mak cscope.out cscope: @cscope -b -R -- 2.25.1