From 1736e4f027fc1df9f0e31d99937c8b97f5f563f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Wed, 5 Mar 2008 15:57:04 +0100 Subject: [PATCH] --- yaml --- r: 92989 b: refs/heads/master c: 0254da07d9d51044140a904c47affaeeb8b74ae8 h: refs/heads/master i: 92987: 09f1536e9fe832dd4dab09d6e2324aee728b4a1f v: v3 --- [refs] | 2 +- trunk/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 21a10c445b0d..2134f561933d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d96fb20b7ed757fc936bb35e26c22251a75b734 +refs/heads/master: 0254da07d9d51044140a904c47affaeeb8b74ae8 diff --git a/trunk/Makefile b/trunk/Makefile index c6d331ba140b..fc3411e6f071 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1543,7 +1543,6 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) cmd_rmfiles = rm -f $(rm-files) # Run depmod only if we have System.map and depmod is executable -# and we build for the host arch quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) cmd_depmod = \ if [ -r System.map -a -x $(DEPMOD) ]; then \