From: Jens Axboe Date: Fri, 25 Jan 2013 15:52:43 +0000 (-0700) Subject: Makefile: remove config-host.ld X-Git-Tag: fio-2.0.14~73 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=68b739ad5aca63bb6d9d9f34299cfec5868afa6f;p=fio.git Makefile: remove config-host.ld Signed-off-by: Jens Axboe --- 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