]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Unbreak "make sv-nexuiz" and "make nexuiz".
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Jan 2016 14:45:52 +0000 (14:45 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Jan 2016 14:45:52 +0000 (14:45 +0000)
(There was a typo in the Makefile of this target since r11992).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12240 d7cf8633-e32d-0410-b094-e92efae38249

makefile.inc

index a0afbf23e0b07b1969574fed064d40e1190ee109..f6d3838c4085edf6912abcfec3774a61ae4bb2b3 100644 (file)
@@ -401,7 +401,7 @@ sv-release-profile :
 sv-nexuiz :
        $(MAKE) bin-release \
                DP_MAKE_TARGET=$(DP_MAKE_TARGET) DP_SOUND_API=$(DP_SOUND_API) \
-               EXE='$(EXE_SVNEXUIZ)' CFLAGS_FEATURES='$(CFLAGS_CLIENT)' LDFLAGS_COMMON='$(LDFLAGS_SV)' LEVEL=1
+               EXE='$(EXE_SVNEXUIZ)' CFLAGS_FEATURES='$(CFLAGS_SERVER)' LDFLAGS_COMMON='$(LDFLAGS_SV)' LEVEL=1
 
 sdl-debug :
        $(MAKE) bin-debug \