aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-12 10:55:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-12 10:55:00 +0000
commitd0f04439816377ac3cb0898432e9b37b4d34cf03 (patch)
tree8f0e0dcb35efcce3e65a3430d741e730648a2082 /Makefile
parent0559599477a066290d50223db83e1c0f3ecc361c (diff)
downloadmaster-187ad058-d0f04439816377ac3cb0898432e9b37b4d34cf03.tar.gz
master-187ad058-d0f04439816377ac3cb0898432e9b37b4d34cf03.tar.bz2
master-187ad058-d0f04439816377ac3cb0898432e9b37b4d34cf03.zip
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 b798f723c8..f4b153c17e 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: