From 5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Sep 2000 16:55:13 +0000 Subject: Update. 2000-09-03 Ulrich Drepper * spinlock.h (testandset): Add cast to avoid warning. Patch by Franz Sirl . --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules') diff --git a/Rules b/Rules index 974421d423..41970234ae 100644 --- a/Rules +++ b/Rules @@ -96,7 +96,7 @@ endif ifeq ($(build-programs),yes) binaries-all = $(others) $(sysdep-others) $(tests) $(test-srcs) -binaries-static = $(others-static) +binaries-static = $(others-static) $(tests-static) else binaries-all = $(tests) $(test-srcs) binaries-static = -- cgit v1.2.3