diff options
author | Andy Boyett <agb@openwrt.org> | 2008-04-26 07:51:38 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-04-26 07:51:38 +0000 |
commit | 8f6fff90b9b2205a1267b67f467c662bc771ebeb (patch) | |
tree | 38c273ff39d46cfb0cb991f439437ceb3b7b9184 /include | |
parent | dc3ca671f2b961121eaaa6035b253a25c5df8e1d (diff) | |
download | upstream-8f6fff90b9b2205a1267b67f467c662bc771ebeb.tar.gz upstream-8f6fff90b9b2205a1267b67f467c662bc771ebeb.tar.bz2 upstream-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')
-rw-r--r-- | include/toplevel.mk | 2 |
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)),) |