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/mmap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mmap') diff --git a/test/mmap/Makefile b/test/mmap/Makefile index 4addff95a..317f71a6d 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -1,6 +1,6 @@ # uClibc mmap tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = mmap mmap64 +TESTS := mmap mmap64 include ../Test.mak -- cgit v1.2.3