From c4bf5b85d44e760e53ed627e8dd04c9ed023fc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 25 Nov 2015 14:32:01 +0100 Subject: [PATCH] remove unnecessary dependency on StyleCop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ac467a218..c8b3adeacf 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ test_dll_TARGET = OpenRA.Test.dll test_dll_KIND = library test_dll_DEPS = $(game_TARGET) test_dll_FLAGS = -warn:1 -test_dll_LIBS = $(COMMON_LIBS) $(game_TARGET) $(NUNIT_LIBS) thirdparty/download/StyleCop.dll thirdparty/download/StyleCop.CSharp.dll thirdparty/download/StyleCop.CSharp.Rules.dll +test_dll_LIBS = $(COMMON_LIBS) $(game_TARGET) $(NUNIT_LIBS) PROGRAMS += test_dll test_dll: $(test_dll_TARGET)