[Mesa-dev] [PATCH 1/5] utils: automake: remove uncommon $()

Emil Velikov emil.l.velikov at gmail.com
Fri Jul 17 10:17:16 PDT 2015


Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/util/tests/hash_table/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/util/tests/hash_table/Makefile.am b/src/util/tests/hash_table/Makefile.am
index 04a77e3..0c99e7b 100644
--- a/src/util/tests/hash_table/Makefile.am
+++ b/src/util/tests/hash_table/Makefile.am
@@ -38,7 +38,6 @@ TESTS = \
 	null_destroy \
 	random_entry \
 	remove_null \
-	replacement \
-	$()
+	replacement
 
 check_PROGRAMS = $(TESTS)
-- 
2.4.5



More information about the mesa-dev mailing list