diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-30 10:37:43 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-30 10:37:43 +0000 |
commit | e0ef07e12fbaf8c59710afddae75d57ee59f4f50 (patch) | |
tree | d2734e3ec38face510c1bcdf4e498d23afec0c2f /Makefile | |
parent | 12603cc0fbbfd50d11d764c2f91c3ae182a20d65 (diff) |
Regenerate the menuconfig once symlinked packages are gone
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7399 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ docclean: symlinkclean: -find package -type l | xargs rm -f + rm -rf tmp .SILENT: clean dirclean distclean symlinkclean config-clean download world help tmp/.packageinfo tmp/.targetinfo tmpinfo-clean tmp/.config-package.in tmp/.config-target.in .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package tmp/.prereq-target FORCE: ; |