a7f1f26
--- mathomatic-15.0.7/makefile~	2010-04-03 15:50:46.000000000 +0200
a7f1f26
+++ mathomatic-15.0.7/makefile	2010-04-29 13:05:01.000000000 +0200
a7f1f26
@@ -8,7 +8,8 @@
a7f1f26
 CC		?= gcc
a7f1f26
 INSTALL		?= install
a7f1f26
 
a7f1f26
-CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed
a7f1f26
+OPTFLAGS	+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed
a7f1f26
+CFLAGS		+= $(OPTFLAGS)
a7f1f26
 #CFLAGS		+= -fomit-frame-pointer # Uncomment this line to optimize further with gcc.
a7f1f26
 CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
a7f1f26
 CFLAGS		+= -D__C99FEATURES__ # for a successful compile under Solaris