remove weird control char from the EOL
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 21 Dec 2010 21:28:10 +0000 (16:28 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 21 Dec 2010 21:28:10 +0000 (16:28 -0500)
Makefile

index c1918d0..a7f9803 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SHA1SUM                 := sha1sum
 
 ALL                    += ejabberd
 ejabberd-URL           := http://www.process-one.net/downloads/ejabberd/2.1.6/ejabberd-2.1.6.tar.gz
-ejabberd-SHA1SUM       := a1afbfc270f8e4c945bd91f64b7073781590535b 
+ejabberd-SHA1SUM       := a1afbfc270f8e4c945bd91f64b7073781590535b
 ejabberd               := $(notdir $(ejabberd-URL))
 
 all: $(ALL)