diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-03 16:55:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-03 16:55:13 +0000 |
commit | 5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e (patch) | |
tree | 7ac38dd8700ac020b79f87256af5ceb32d32ffda /Rules | |
parent | 8658ceda2f4e0f56b28b21aa5fb353cdd06eba19 (diff) | |
download | glibc-5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e.tar.gz glibc-5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e.tar.xz glibc-5afe6c0236d8be57bc9bf1cba7fb5ab5e832a75e.zip |
Update.
2000-09-03 Ulrich Drepper <drepper@redhat.com> * spinlock.h (testandset): Add cast to avoid warning. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |