summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-10-02 20:26:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-10-02 20:26:02 -0700
commit4db9ee8272f76a0712085e0fbcb2ee11b06edce7 (patch)
tree7150ffa817a55a97c81353bd4123d8f318664a25 /com32/lib/Makefile
parent0bcf7dfe521e0d175d916446210ba6786b8bc537 (diff)
downloadsyslinux-4db9ee8272f76a0712085e0fbcb2ee11b06edce7.tar.gz
Fix to "make tidy"
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index a6355c9f..58e55f16 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -78,7 +78,9 @@ libcom32.a : $(LIBOBJS)
$(RANLIB) $@
tidy:
- rm -f *.o .*.d */*.o */.*.d sys/vesa/alphatbl.c
+ rm -f sys/vesa/alphatbl.c
+ find . -name \*.o -print | xargs -rt rm -f
+ find . -name .\*.d -print | xargs -rt rm -f
clean: tidy
rm -f *.a