diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:56:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:56:48 +0000 |
commit | e937469fd76d31cd048af90bf6879bd3a5e63e4c (patch) | |
tree | 08f36b8f086a8dfb536d58cf762b360bc95cf43c /Makefile | |
parent | a6c33d3511c09739bc510ea7660bebef10ddad4b (diff) | |
download | upstream-e937469fd76d31cd048af90bf6879bd3a5e63e4c.tar.gz upstream-e937469fd76d31cd048af90bf6879bd3a5e63e4c.tar.bz2 upstream-e937469fd76d31cd048af90bf6879bd3a5e63e4c.zip |
fix make distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) ; |