Makefile: oops... s/SSE_FLAGS/SSE_CFLAGS/
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 1 Nov 2008 22:50:31 +0000 (22:50 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 1 Nov 2008 22:50:31 +0000 (22:50 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@2590 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index c995d91..a712c1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ifeq ($(ENABLE_WII),1)
     # is supposed to suppress warnings from system headers.)
     ALL_CFLAGS := $(SSE_CFLAGS) $(CFLAGS)
 else
-    ALL_CFLAGS := -Wall -ansi -pedantic $(SSE_FLAGS) $(CFLAGS)
+    ALL_CFLAGS := -Wall -ansi -pedantic $(SSE_CFLAGS) $(CFLAGS)
 endif
 
 # Preprocessor...