From 4697c772ca3809829170c3cbb07938a0e729dfa8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Feb 2006 02:56:16 +0000 Subject: dont bother exporting variables and use := where appropriate --- test/assert/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/assert') diff --git a/test/assert/Makefile b/test/assert/Makefile index fc908cf87..0f6c861f5 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -1,8 +1,9 @@ # uClibc assert tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = assert +TESTS := assert include ../Test.mak -export RET_assert = 134 +RET_assert := 134 +WRAPPER_assert := trap ":" ABRT ; -- cgit v1.2.3