X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8214a6043950b3aad0457895abc981d2cfe933b2:/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix..1a54fb0c50310685e11123132e1fdcdf7ea2b5ad:/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix b/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile similarity index 99% rename from interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile index 9188051..02ac902 100755 --- a/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix +++ b/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