From 406fc63b68203e86c9236d06448e2ffa2c259669 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Apr 2007 07:11:47 -0400 Subject: [PATCH] [util] Change make target from "tools" to "util" to match targets like "test", "perf", and "doc", that match their directory names. --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index b37c2eb8d..1c0cff993 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,5 @@ -tools: malloc-stats.so +util: malloc-stats.so %.so: %.la $(RM) $@