From 6afabb7118aa64c8ccbf7b5c7ca479281585da08 Mon Sep 17 00:00:00 2001
From: Mike Baker <mbm@openwrt.org>
Date: Sun, 14 May 2006 10:25:38 +0000
Subject: [PATCH] move FORCE to toplevel rules.mk

SVN-Revision: 3777
---
 openwrt/package/rules.mk | 3 ---
 openwrt/rules.mk         | 4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk
index 2d379006c3..a0cdd1e31e 100644
--- a/openwrt/package/rules.mk
+++ b/openwrt/package/rules.mk
@@ -239,6 +239,3 @@ else
 	@$(MAKE) clean-targets
 	rm -rf $(PKG_BUILD_DIR)
 endif
-
-.PHONY: FORCE
-FORCE:
diff --git a/openwrt/rules.mk b/openwrt/rules.mk
index d94a818441..0e7dd2e044 100644
--- a/openwrt/rules.mk
+++ b/openwrt/rules.mk
@@ -132,3 +132,7 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
 RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
 RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
 
+
+all:
+.PHONY: FORCE
+FORCE:
-- 
GitLab