Fix to "make tidy"
authorH. Peter Anvin <hpa@zytor.com>
Tue, 3 Oct 2006 03:26:02 +0000 (20:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 3 Oct 2006 03:26:02 +0000 (20:26 -0700)
com32/lib/Makefile

index a6355c9..58e55f1 100644 (file)
@@ -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