remove useless FORCE depend

SVN-Revision: 3875
owl
Felix Fietkau 2006-05-31 22:38:39 +00:00
parent 4f9703fb8d
commit 00b8533b23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched
touch $@
endif
$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install FORCE
$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install
$(MAKE) -C $(LINUX_DIR) CROSS_COMPILE="$(KERNEL_CROSS)" ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH)
$(LINUX_KERNEL): $(LINUX_DIR)/vmlinux