You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ji...@apache.org on 2013/05/13 16:35:13 UTC

svn commit: r1481878 - /steve/trunk/Makefile

Author: jim
Date: Mon May 13 14:35:13 2013
New Revision: 1481878

URL: http://svn.apache.org/r1481878
Log:
Fix tab

Modified:
    steve/trunk/Makefile

Modified: steve/trunk/Makefile
URL: http://svn.apache.org/viewvc/steve/trunk/Makefile?rev=1481878&r1=1481877&r2=1481878&view=diff
==============================================================================
--- steve/trunk/Makefile (original)
+++ steve/trunk/Makefile Mon May 13 14:35:13 2013
@@ -37,9 +37,9 @@ install: check-directory        \
 	install-check_quorum
 
 check-directory:
-        if [ ! -d $(INSTALLBIN) ]; then  \
-                mkdir $(INSTALLBIN);     \
-        fi
+	if [ ! -d $(INSTALLBIN) ]; then  \
+		mkdir $(INSTALLBIN);     \
+	fi
 
 install-votegroup: votegroup
 	rm -f $(INSTALLBIN)/votegroup $(INSTALLBIN)/votegroup.pl