summaryrefslogtreecommitdiff
path: root/test/mmap
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
commit4697c772ca3809829170c3cbb07938a0e729dfa8 (patch)
tree8d6f97ac3482acd8e2c1f2d5f977774fe542d444 /test/mmap
parent93b85123789edb7bbbf9fb7b90dcdfaf696febe1 (diff)
dont bother exporting variables and use := where appropriate
Diffstat (limited to 'test/mmap')
-rw-r--r--test/mmap/Makefile2
1 files changed, 1 insertions, 1 deletions
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