X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e6396e7eae7975bd7a77aaafcd226fe850cdcff0..77b9c8773c1b1a6f7731d4b5d4f6fa50446869b5:/interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile

diff --git a/interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile b/interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile
index 02ac902..36665bf 100755
--- a/interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile
+++ b/interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile
@@ -23,7 +23,7 @@ endif
 CXXFLAGS ?= -O3 -Wall -Wuninitialized $(ARCHFLAGS)
 CXXFLAGS += -Wno-parentheses $(addprefix -I, $(subprojects)) -DINSTALL_PREFIX='"$(prefix)"'
 
-all : faust preprocess.a # Haisheng WANG adds preprocess.a for multirate faust interpretor
+all : faust preprocess.a # Haisheng WANG adds preprocess.a for multirate faust interpreter
 
 faust : $(objects)
 	$(CXX) $(CXXFLAGS) $(objects) -o faust