From: Felix Fietkau Date: Mon, 30 Jul 2007 22:56:48 +0000 (+0000) Subject: fix make distclean X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=572876608a4a5f7032e441df68a6322cb7d568ed;p=openwrt%2Fstaging%2Fflorian.git fix make distclean SVN-Revision: 8251 --- diff --git a/Makefile b/Makefile index 50cf8c985b..8a052674b4 100644 --- a/Makefile +++ b/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) ;