aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-04-26 07:51:38 +0000
committerAndy Boyett <agb@openwrt.org>2008-04-26 07:51:38 +0000
commit8f6fff90b9b2205a1267b67f467c662bc771ebeb (patch)
tree38c273ff39d46cfb0cb991f439437ceb3b7b9184 /include/toplevel.mk
parentdc3ca671f2b961121eaaa6035b253a25c5df8e1d (diff)
downloadmaster-187ad058-8f6fff90b9b2205a1267b67f467c662bc771ebeb.tar.gz
master-187ad058-8f6fff90b9b2205a1267b67f467c662bc771ebeb.tar.bz2
master-187ad058-8f6fff90b9b2205a1267b67f467c662bc771ebeb.zip
Fix typo in last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 54f9c59a95..a2eae55319 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -119,7 +119,7 @@ docs/clean: FORCE
$(MAKE) -C docs clean
distclean:
- rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds packages/openwrt-packages bin
+ rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
$(MAKE) -C scripts/config clean
ifeq ($(findstring v,$(DEBUG)),)