Cleanup as part of Sergeev merge.
[super-star-trek.git] / makefile
index 1d41c146bf3ae08db8fce5240c06ce9b061f7e30..76b167ddf19f23968bdb6e716b42c2badd7a1a49 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,11 +2,7 @@
 
 VERS=$(shell sed <sst.spec -n -e '/Version: \(.*\)/s//\1/p')
 
-#ifndef SERGEEV
 CFLAGS=     -O -g -DSSTDOC='"/usr/share/doc/sst/sst.doc"'
-#else /* SERGEEV */
-CFLAGS= -O1 -g -Wall -DSSTDOC='"/usr/share/doc/sst/sst.doc"'
-#endif /* SERGEEV */
 
 .c.o:
        $(CC) $(CFLAGS) -c $<