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/silly/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/silly') diff --git a/test/silly/Makefile b/test/silly/Makefile index 57739a447..68d3466cd 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -1,9 +1,9 @@ # uClibc silly tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = hello tiny +TESTS := hello tiny include ../Test.mak -export RET_hello = 42 -export RET_tiny = 42 +RET_hello := 42 +RET_tiny := 42 -- cgit v1.2.3