From 518d4ef7d0a45e7b9a63a377892daf9b7f2f6791 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 12 Dec 2011 11:54:16 -0400 Subject: [PATCH] build-system: clean $(libutil_modules) rather than listing them individually. This matches the way the other 'Makefile.local's work. --- util/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.local b/util/Makefile.local index 03408995..26e4c3f3 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -10,4 +10,4 @@ libutil_modules := $(libutil_c_srcs:.c=.o) $(dir)/libutil.a: $(libutil_modules) $(call quiet,AR) rcs $@ $^ -CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a +CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a -- 2.43.0