diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 19:49:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 19:49:22 +0000 |
commit | 93dcab6f34ff1742f29c026da9b25e6472b87c66 (patch) | |
tree | 8ba967c8d3c4afb967f6a1451aa561105e5f5d30 /openwrt/docs | |
parent | 46eff01a654b7022f45b0dc393381cc4b2e422f2 (diff) | |
download | mtk-20170518-93dcab6f34ff1742f29c026da9b25e6472b87c66.zip mtk-20170518-93dcab6f34ff1742f29c026da9b25e6472b87c66.tar.gz mtk-20170518-93dcab6f34ff1742f29c026da9b25e6472b87c66.tar.bz2 |
buildroot-documentation.html
SVN-Revision: 447
Diffstat (limited to 'openwrt/docs')
-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 f9b494e..f6b6a20 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) |