From 59ad91714ed4025d0d28534992148bd610cd5381 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 4 Jan 2016 14:45:52 +0000 Subject: [PATCH] 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 --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2