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.5~88^2~81 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=59ad91714ed4025d0d28534992148bd610cd5381 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 --- 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 \