X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=2069099e91d7253f7f5c17bae5f87071f1fe0a64;hb=d0af12b1a4023f8295840e64b6ee0d5848d576ba;hp=cbf548c420bfaf624e6a06901828f0c3f5ccf0dd;hpb=bd26ba0f0b208e096a7c3068f8c62f846ad83824;p=bup.git diff --git a/Makefile b/Makefile index cbf548c..2069099 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,7 @@ clean: Documentation/clean *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \ bup bup-* cmd/bup-* lib/bup/_version.py randomgen memtest \ out[12] out2[tc] tags[12] tags2[tc] \ - testfs.img + testfs.img lib/bup/t/testfs.img rm -rf *.tmp t/*.tmp lib/*/*/*.tmp build lib/bup/build if test -e testfs; then rmdir testfs; fi + if test -e lib/bup/t/testfs; then rmdir lib/bup/t/testfs; fi