From 395c3feb3bb165af5760d287a9a64344b6269fe2 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 10 Dec 2012 14:55:28 +0000 Subject: build: fix 'clean' target This fixes removal of TOOLS as well as HOSTPROGS declared in the top-level Makefile. The clean target in common.mak needs to be eval'd since the variables used within are reset for each library. Signed-off-by: Mans Rullgard --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4dc80c1f3..291197bc2a 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,6 @@ uninstall-data: clean:: $(RM) $(ALLPROGS) $(RM) $(CLEANSUFFIXES) - $(RM) $(TOOLS) $(RM) $(CLEANSUFFIXES:%=tools/%) distclean:: -- cgit v1.2.3