Makefiles chain, dependancies and libsndfile configure checked.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / Makefile
@@ -29,6 +29,7 @@ faust : $(objects)
        $(CXX) $(CXXFLAGS) $(objects) -o faust
 
 preprocess.a : $(libobjects)
+       rm -f preprocess.a  # Avoid Mac OS aborting make with error "file too fat"
        ar rvs $@ $(libobjects)
 
 .PHONY: clean depend ctags parser