changeset 405:55f9d66230bb

OS/X fixes
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 05 Aug 2014 16:40:34 +0100
parents 5517f75625c3
children ebde9a50bb74
files build/general/Makefile.inc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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) $@