From: divverent Date: Mon, 4 Jan 2016 14:45:52 +0000 (+0000) Subject: Unbreak "make sv-nexuiz" and "make nexuiz". X-Git-Tag: xonotic-v0.8.2~58 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9d994a8b8dbcf29abfcbca86a8e72e9d6d7908b;p=xonotic%2Fdarkplaces.git Unbreak "make sv-nexuiz" and "make nexuiz". (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 ::stable-branch::merge=59ad91714ed4025d0d28534992148bd610cd5381 --- diff --git a/makefile.inc b/makefile.inc index a0afbf23..f6d3838c 100644 --- a/makefile.inc +++ b/makefile.inc @@ -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 \