From 82c91ec681bbd4fa8e64c411a94570a20a341ef0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 4 Sep 2008 23:25:57 -0400 Subject: [PATCH] [util] Fix an automake warning --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index 1c0cff993..8b1aa21be 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,7 +1,7 @@ util: malloc-stats.so -%.so: %.la +.la.so: $(RM) $@ $(LN_S) .libs/$*.so $@