Fix clean target to properly remove vendor sdk dir.

This commit is contained in:
Paul Sokolovsky 2014-11-24 01:15:42 +02:00
parent 205abc7d1d
commit 7539be1577

View file

@ -102,5 +102,5 @@ crosstool-NG/bootstrap:
clean:
make -C crosstool-NG clean MAKELEVEL=0
-rm -rf $(TOOLCHAIN)
-rm -rf $(readlink sdk)
-rm -rf $(shell readlink sdk)
-rm -f sdk