fix regression in make clean

commit 40005d3ff6 renamed the build
directories from build-* to build/*. update make clean to remove the
new build tree.
This commit is contained in:
Rich Felker 2017-06-22 23:06:38 -04:00
parent 100d309000
commit 62cd8d5f25
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SRC_DIRS = gcc-$(GCC_VER) binutils-$(BINUTILS_VER) musl-$(MUSL_VER) \
all:
clean:
rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* isl-* build-* linux-*
rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* isl-* build build-* linux-*
distclean: clean
rm -rf sources