]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix whitespace
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 4 Oct 2008 13:48:57 +0000 (13:48 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 4 Oct 2008 13:48:57 +0000 (13:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9832 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/managed/Makefile

index a368f5aaa53f52c7e96fd6afa7f36c48be251b6a..9d8807d77c2dbd2d670e1546b936a11dae4fa2d8 100644 (file)
@@ -1,13 +1,13 @@
 all: mod_managed_lib.dll\r
 \r
 clean:\r
-       rm -fr mod_managed_lib.dll\r
+       rm -fr mod_managed_lib.dll\r
 \r
 mod_managed_lib.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs\r
-       gmcs -target:library -out:mod_managed_lib.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs\r
+       gmcs -target:library -out:mod_managed_lib.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs\r
 \r
 install: mod_managed_lib.dll\r
-       install mod_managed_lib.dll $(MODINSTDIR)\r
+       install mod_managed_lib.dll $(MODINSTDIR)\r
 \r
 uninstall:\r
        rm -f $(MODINSTDIR)/mod_managed_lib.dll\r