summaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-26 07:49:41 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-26 07:49:41 +0000
commit76f9e45736d1c01d37497cea0c05dc3d109740b2 (patch)
tree08db3508956f50d8e548765e87efe879b1ac3e0a /include/toplevel.mk
parent320dc1ed4043cd83e7f4237464b332c928d18f0d (diff)
Remove old feeds symlink in distclean. Thanks fish
- Fixes duplicate package entries when coming from pre r10634 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10941 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 ebbf74972..54f9c59a9 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 bin
+ rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds packages/openwrt-packages bin
$(MAKE) -C scripts/config clean
ifeq ($(findstring v,$(DEBUG)),)