From 4bc483ad1c7296495dd3fca602dd1f6709f632ec Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Mon, 22 Oct 2007 11:30:45 +0200 Subject: [PATCH] --- yaml --- r: 72014 b: refs/heads/master c: d8d2e78a061e1ace98544b100b7837c620fbb950 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 53989b8a8b67..b5b7f4576eb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab19f8794a66910ef9b33041ccfa05b6b12ab6c9 +refs/heads/master: d8d2e78a061e1ace98544b100b7837c620fbb950 diff --git a/trunk/Makefile b/trunk/Makefile index f4238b2739e8..264f37b8b263 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1505,7 +1505,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) # and we build for the host arch quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) cmd_depmod = \ - if [ -r System.map -a -x $(DEPMOD) -a "$(SUBARCH)" = "$(ARCH)" ]; then \ + if [ -r System.map -a -x $(DEPMOD) ]; then \ $(DEPMOD) -ae -F System.map \ $(if $(strip $(INSTALL_MOD_PATH)), -b $(INSTALL_MOD_PATH) -r) \ $(KERNELRELEASE); \