From: divverent Date: Mon, 22 Jul 2013 14:39:25 +0000 (+0000) Subject: fix typo leading to DP_PHYSICS_ODE not being detectable X-Git-Tag: xonotic-v0.8.0~96^2~65 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=582514acb6661a300191aace9afa4ad603f80455;p=xonotic%2Fdarkplaces.git 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 --- 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)