From 7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 21:48:25 +0000 Subject: Update. * rt/Makefile (tests): Add tst-timer. * sysdeps/generic/tst-timer.c: New file. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/pthread/Makefile | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 3d2d81811f..ac107ad551 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 Ulrich Drepper + + * sysdeps/pthread/Makefile: Remove tests definition. + 2000-06-12 Kazumoto Kojima Yutaka Niibe diff --git a/linuxthreads/sysdeps/pthread/Makefile b/linuxthreads/sysdeps/pthread/Makefile index e896cadf43..a0d3315235 100644 --- a/linuxthreads/sysdeps/pthread/Makefile +++ b/linuxthreads/sysdeps/pthread/Makefile @@ -1,9 +1,5 @@ ifeq ($(subdir),rt) -librt-routines += timer_routines - -ifeq ($(have-thread-library),yes) -tests += tst-timer -endif +librt-sysdep_routines += timer_routines ifeq (yes,$(build-shared)) $(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library) -- cgit 1.4.1