[syslinux:master] win32: remove an archive before running ar on it

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon Jul 19 21:24:14 PDT 2010


Commit-ID:  e5f56b37f1dcb829dca09792362d3adb6e8dcfa0
Gitweb:     http://syslinux.zytor.com/commit/e5f56b37f1dcb829dca09792362d3adb6e8dcfa0
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 19 Jul 2010 17:28:25 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 19 Jul 2010 17:28:25 -0700

win32: remove an archive before running ar on it

Always remove an archive before ar...

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 win32/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/win32/Makefile b/win32/Makefile
index 922913d..b8879db 100755
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -82,6 +82,7 @@ spotless: clean
 installer:
 
 $(LIB): $(LIBOBJS)
+	rm -f $@
 	$(WINAR) cq $@ $^
 	$(WINRANLIB) $@
 



More information about the Syslinux-commits mailing list