summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-12 10:55:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-12 10:55:00 +0000
commit46174d7bab3ac8fbf1c9da36feceb7225ec4b3f2 (patch)
tree8f0e0dcb35efcce3e65a3430d741e730648a2082 /Makefile
parent8eb85e1628864e1ab4e77207738502466cc9d5d2 (diff)
fix distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7940 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b798f723c..f4b153c17 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ clean: FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
-distclean: dirclean config-clean symlinkclean docclean
+distclean: dirclean config-clean symlinkclean docs/clean
rm -rf dl
help: