From 58dc888861f0126f75898e0edd7ad6e1061148f6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 3 Mar 2008 21:23:52 -0800 Subject: [PATCH] Clean up .*.d files for "make tidy" in libutil --- com32/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index d9f2a6c..45e2160 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -105,7 +105,7 @@ libutil_lnx.a: $(LNXLIBOBJS) $(OBJCOPY) -O binary $< $@ tidy: - rm -f *.o *.lo *.lst *.elf + rm -f *.o *.lo *.lst *.elf .*.d clean: tidy rm -f *.lss *.a *.c32 *.lnx *.com -- 2.7.4