From 582514acb6661a300191aace9afa4ad603f80455 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 22 Jul 2013 14:39:25 +0000 Subject: [PATCH] fix typo leading to DP_PHYSICS_ODE not being detectable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11975 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.inc b/makefile.inc index fe1eabe1..be52ef6b 100644 --- a/makefile.inc +++ b/makefile.inc @@ -491,7 +491,7 @@ snd_modplug.o: snd_modplug.c $(DO_CC) $(CFLAGS_SND_MODPLUG) #this checks ODE_DYNAMIC and ODE_STATIC when compiling so it needs the ODE flags as well -prvm_cmd.o: prvm_cmd.c +prvm_cmds.o: prvm_cmds.c $(CHECKLEVEL2) $(DO_CC) $(CFLAGS_ODE) -- 2.39.2