diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 19:49:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 19:49:22 +0000 |
commit | d9fa74487e70cf1dd86bc8f71ae359777ad69624 (patch) | |
tree | 8ba967c8d3c4afb967f6a1451aa561105e5f5d30 /openwrt/docs/buildroot-documentation.html | |
parent | 837c2cd5ad3eb5ad966ad9127cb90e6dea62864f (diff) |
buildroot-documentation.html
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/docs/buildroot-documentation.html')
-rw-r--r-- | openwrt/docs/buildroot-documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index f9b494e56..f6b6a2099 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -460,7 +460,7 @@ foo-compile: bar-compile 31 ); 32 touch $(PKG_DIR)/.configured; 33 - 34 $(PKG_DIR)/$(PKG_NAME) $(PKG_DIR)/.configured + 34 $(PKG_DIR)/$(PKG_NAME): $(PKG_DIR)/.configured 35 $(MAKE) CC=$(TARGET_CC) -C $(PKG_DIR) 36 37 $(PKG_IPK): $(PKG_DIR)/$(PKG_NAME) |