From 420fc6c0083036da578cb6405ab3037d5fc241a9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 Mar 2005 19:49:22 +0000 Subject: [PATCH] buildroot-documentation.html SVN-Revision: 447 --- openwrt/docs/buildroot-documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index f9b494e569..f6b6a2099e 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) -- 2.30.2