From: Andy Boyett Date: Sat, 26 Apr 2008 07:51:38 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: reboot~26685 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d4be84eee83bbf89a76270bc7baeb8343f0c0159 Fix typo in last commit SVN-Revision: 10942 --- 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)),)