diff build/general/Makefile.inc @ 405:55f9d66230bb

OS/X fixes
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 05 Aug 2014 16:40:34 +0100
parents 6577e8dda1c2
children 857ca50ca25f
line wrap: on
line diff
--- a/build/general/Makefile.inc	Tue Aug 05 12:55:55 2014 +0100
+++ b/build/general/Makefile.inc	Tue Aug 05 16:40:34 2014 +0100
@@ -99,6 +99,7 @@
 OBJECTS := $(OBJECTS:.c=.o)
 
 $(LIBRARY):	$(OBJECTS)
+		rm -f $@
 		$(AR) cr $@ $^
 		$(RANLIB) $@