fix make distclean
SVN-Revision: 8251
This commit is contained in:
parent
7cc617cd7e
commit
572876608a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -42,8 +42,8 @@ clean: FORCE
|
|||
dirclean: clean
|
||||
rm -rf staging_dir_* toolchain_build_* tool_build
|
||||
|
||||
distclean: dirclean config-clean symlinkclean docs/clean
|
||||
rm -rf dl
|
||||
distclean: dirclean
|
||||
rm -rf dl .config*
|
||||
|
||||
# check prerequisites before starting to build
|
||||
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
||||
|
|
Loading…
Reference in a new issue