projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61bfcb1
)
win32: remove an archive before running ar on it
author
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 20 Jul 2010 00:28:25 +0000
(17:28 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 20 Jul 2010 00:28:25 +0000
(17:28 -0700)
Always remove an archive before ar...
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
win32/Makefile
patch
|
blob
|
history
diff --git
a/win32/Makefile
b/win32/Makefile
index
922913d
..
b8879db
100755
(executable)
--- a/
win32/Makefile
+++ b/
win32/Makefile
@@
-82,6
+82,7
@@
spotless: clean
installer:
$(LIB): $(LIBOBJS)
+ rm -f $@
$(WINAR) cq $@ $^
$(WINRANLIB) $@