# HG changeset patch # User Chris Cannam # Date 1407395856 -3600 # Node ID bb9d1355afe5e1c5292e0ed6be8c07d9c53c0ce6 # Parent c345d0f2c760b6428043f8764f84841c9a63edde OS/X build fixes diff -r c345d0f2c760 -r bb9d1355afe5 Makefile.inc --- a/Makefile.inc Wed Aug 06 16:02:25 2014 +0100 +++ b/Makefile.inc Thu Aug 07 08:17:36 2014 +0100 @@ -112,6 +112,7 @@ $(CXX) -o $@ $^ $(LIBS) $(PF_LDFLAGS) $(LIB): $(LIB_OBJECTS) + $(RM) -f $@ $(AR) cr $@ $^ $(RANLIB) $@