Remove strip from Makefile.

Author: Chris Taylor <ctaylor@debian.org>
Date: 10FEB2010
--- a/Makefile
+++ b/Makefile
@@ -40,11 +40,11 @@ all : rotix po
 
 rotix : rot.o help.o rotix.o
 	$(CC) -Wall $(CFLAGS) -o rotix rot.o help.o rotix.o
-ifdef STRIP
-ifndef DEBUG
-	$(STRIP) rotix
-endif
-endif
+#ifdef STRIP
+#ifndef DEBUG
+#	$(STRIP) rotix
+#endif
+#endif
 
 ifdef I18N
 CFLAGS += -D I18N=1
