phidget21: add missing dependency
[openwrt/svn-archive/archive.git] / libs / clearsilver / patches / 003-disable-tests.patch
1 --- a/cs/Makefile
2 +++ b/cs/Makefile
3 @@ -24,7 +24,7 @@ CSDUMP_OBJ = $(CSDUMP_SRC:%.c=%.o)
4
5 LIBS += -lneo_cs -lneo_utl # -lefence
6
7 -TARGETS = $(CS_LIB) $(CSTEST_EXE) $(CSR_EXE) test
8 +TARGETS = $(CS_LIB) $(CSTEST_EXE) $(CSR_EXE) # test
9
10 CS_TESTS = test.cs test2.cs test3.cs test4.cs test5.cs test6.cs test7.cs \
11 test8.cs test9.cs test10.cs test11.cs test12.cs test13.cs \