From 899a1d6aac30b7fc5cf688ca75b0b5277dbe107c Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Thu, 14 Jul 2005 20:12:40 +0000 Subject: [PATCH] --- yaml --- r: 7225 b: refs/heads/master c: cfca82f2179dd1aee84a5bf3b14710e4d7487aed h: refs/heads/master i: 7223: 0ab35b2a026b35a01bb83a0e3b2b0f99adb9b2a7 v: v3 --- [refs] | 2 +- trunk/scripts/Makefile.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e0ef7171122b..afe6a07bda02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2283a117f65650352f2a9fd6b9af4cdbf5478d14 +refs/heads/master: cfca82f2179dd1aee84a5bf3b14710e4d7487aed diff --git a/trunk/scripts/Makefile.build b/trunk/scripts/Makefile.build index 76ba6be3dfc9..282bfb310f5b 100644 --- a/trunk/scripts/Makefile.build +++ b/trunk/scripts/Makefile.build @@ -169,7 +169,7 @@ cmd_modversions = \ -T $(@D)/.tmp_$(@F:.o=.ver); \ rm -f $(@D)/.tmp_$(@F) $(@D)/.tmp_$(@F:.o=.ver); \ else \ - mv $(@D)/.tmp_$(@F) $@; \ + mv -f $(@D)/.tmp_$(@F) $@; \ fi; endif