From: Michael Jerris Date: Mon, 11 Jan 2010 16:36:59 +0000 (+0000) Subject: typo X-Git-Tag: v1.0.6~805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e6a93f79d4f0c85b83cd444577e5ce62f7445f;p=thirdparty%2Ffreeswitch.git typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16242 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/modmake.rules.in b/build/modmake.rules.in index 3aaa4d95f6..f1b30c8a18 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -17,7 +17,7 @@ runtimedir=@runtimedir@ logfiledir=@logfiledir@ sysconfdir=@sysconfdir@ localstatedir=@localstatedir@ -garmmardir=@grammardir@ +grammardir=@grammardir@ CC=@CC@ CXX=@CXX@