changeset 180:66995f463694

OS/X fixes
author Chris Cannam
date Tue, 05 Aug 2014 16:40:34 +0100
parents f21a77db841d
children b2772559aebc
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) $@