From a318a42dcdd361b828a030322c231577490f2ae1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 9 Nov 2008 13:10:50 +0000 Subject: - Add temporary hack to wipe dep files even on clean for utils. utils lives outside of the normal build so this is needed until it is properly pulled into the normal system. --- utils/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/Makefile.in b/utils/Makefile.in index 37952f5a9..ebaa3e4fd 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -98,3 +98,6 @@ objclean-y += utils_clean utils_clean: $(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd readelf iconv locale *.host) + # This is a hack.. + $(Q)$(RM) $(utils_OUT)/.*.dep + -- cgit v1.2.3