change distclean to only remove build dir

This commit is contained in:
Jon Siwek 2011-10-21 15:19:26 -05:00
parent 58a40ce29a
commit 8de668791a
5 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ bindist:
./make-rpm-packages ) )
distclean:
git reset --hard HEAD && git clean -xdf
rm -rf $(BUILD)
configured:
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )