Makefile: use ode-config output on MinGW and Darwin as well
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 16 Jan 2010 16:44:51 +0000 (16:44 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 16 Jan 2010 16:44:51 +0000 (16:44 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3128 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index d2d8640..dddcef7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -126,10 +126,6 @@ ifdef MINGW
         INTL_LIBS := -lintl
     endif
 
-    ifeq ($(ENABLE_ODE),1)
-        ODE_LIBS := -lode
-    endif
-
     TILT_LIBS :=
     OGL_LIBS  := -lopengl32 -lm
 endif
@@ -139,10 +135,6 @@ ifdef DARWIN
         INTL_LIBS := -lintl
     endif
 
-    ifeq ($(ENABLE_ODE),1)
-        ODE_LIBS := -lode
-    endif
-
     TILT_LIBS :=
     OGL_LIBS  := -framework OpenGL
 endif