From 851a3fd56e4bc71b74ff83e07e7fd8aba4c92f11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 18 Dec 1999 22:56:14 +0000 Subject: [PATCH] (tests): Added tst-aio64. Added dependency rules for tst-aio64. --- rt/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rt/Makefile b/rt/Makefile index b102cc834e4..2044eb4bf67 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -35,7 +35,7 @@ include ../Makeconfig ifeq ($(have-thread-library),yes) -tests := tst-aio +tests := tst-aio tst-aio64 extra-libs := librt extra-libs-others := $(extra-libs) @@ -51,6 +51,8 @@ $(objpfx)librt.so: $(common-objpfx)libc.so $(shared-thread-library) ifeq (yes,$(build-shared)) $(objpfx)tst-aio: $(objpfx)librt.so $(shared-thread-library) +$(objpfx)tst-aio64: $(objpfx)librt.so $(shared-thread-library) else $(objpfx)tst-aio: $(objpfx)librt.a $(static-thread-library) -endif \ No newline at end of file +$(objpfx)tst-aio64: $(objpfx)librt.a $(static-thread-library) +endif -- 2.47.2