]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo leading to DP_PHYSICS_ODE not being detectable
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Jul 2013 14:39:25 +0000 (14:39 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Jul 2013 14:39:25 +0000 (14:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11975 d7cf8633-e32d-0410-b094-e92efae38249

makefile.inc

index fe1eabe12a8421255e80ce5bd51dc6ba2bd0bf9c..be52ef6b8523d000948a48ba202a858239528baf 100644 (file)
@@ -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)