diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-30 20:51:42 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-30 20:51:42 +0000 |
commit | 9337091e8930c22351d3bfefb81a9266e917dacc (patch) | |
tree | 7aa063b0ac2f7351b4e44bde37ac9b56be90632e /docs | |
parent | dadce8856b598a4b51835f102c5103d2750f0622 (diff) | |
download | upstream-9337091e8930c22351d3bfefb81a9266e917dacc.tar.gz upstream-9337091e8930c22351d3bfefb81a9266e917dacc.tar.bz2 upstream-9337091e8930c22351d3bfefb81a9266e917dacc.zip |
include missing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@484 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r-- | docs/buildroot-documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html index f6b6a2099e..48b05728e5 100644 --- a/docs/buildroot-documentation.html +++ b/docs/buildroot-documentation.html @@ -428,7 +428,7 @@ foo-compile: bar-compile <pre> 1 # $Id$ - 2 + 2 include $(TOPDIR)/rules.mk 3 PKG_NAME:=foo 4 PKG_VERSION:=1.0 5 PKG_RELEASE:=1 |