1
0
mirror of synced 2026-01-21 09:53:08 +00:00

Fixed tab vs. space

This commit is contained in:
Steve Kemp 2009-01-11 23:21:25 +00:00
parent 31719505f6
commit 7b29ec1bdf

View File

@ -57,7 +57,7 @@ clean:
@find . -name '*.tmp' -exec rm \{\} \;
@find . -name 'tags' -exec rm \{\} \;
@find . -name '*.8.gz' -exec rm \{\} \;
@if [ -d man ]; then rm -rf man ; fi
@if [ -d man ]; then rm -rf man ; fi
@if [ -e build-stamp ]; then rm -f build-stamp ; fi
@if [ -e configure-stamp ]; then rm -f configure-stamp ; fi
@if [ -d debian/xen-tools ]; then rm -rf ./debian/xen-tools; fi