Makefile: ease up on variable compatibility
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 27 Feb 2010 14:06:33 +0000 (14:06 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 27 Feb 2010 14:06:33 +0000 (14:06 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3148 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index d12b456..0278649 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,6 @@ endif
 
 $(info Will make a "$(BUILD)" build of Neverball $(VERSION).)
 
-ifeq ($(ENABLE_WII),1)
-ENABLE_TILT := wii
-endif
-
 #------------------------------------------------------------------------------
 # Provide a target system hint for the Makefile.
 # Recognized PLATFORM values: darwin, mingw.
@@ -26,11 +22,6 @@ ifeq ($(shell uname), Darwin)
     PLATFORM := darwin
 endif
 
-# Compatibility with the old "make MINGW=1".
-ifeq ($(MINGW),1)
-    PLATFORM := mingw
-endif
-
 #------------------------------------------------------------------------------
 # Paths (packagers might want to set DATADIR and LOCALEDIR)