From b55487c706982c8190e42545f7f74dfadad59548 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 22 Sep 2009 17:20:56 -0400 Subject: [PATCH 1/1] makefile update Signed-off-by: Mathieu Desnoyers --- tests/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.inc b/tests/Makefile.inc index ccbaad1..f62256b 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -23,7 +23,8 @@ all: test_urcu test_urcu_dynamic_link test_urcu_timing \ urcu-asm.S test_qsbr_timing test_qsbr urcu-asm.o urcutorture \ urcutorture-yield test_mutex test_looplen test_urcu_gc \ test_urcu_gc_mb test_qsbr_gc test_qsbr_lgc test_urcu_lgc \ - test_urcu_lgc_mb test_qsbr_dynamic_link test_urcu_mb_defer + test_urcu_lgc_mb test_qsbr_dynamic_link test_urcu_mb_defer \ + test_atomic api.h: ${APIHEADER} cp -f ${APIHEADER} api.h -- 2.34.1