diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-09 13:10:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-09 13:10:50 +0000 |
commit | a318a42dcdd361b828a030322c231577490f2ae1 (patch) | |
tree | f66ce5a3bf92483ac6ec4aa3a4c2b564738e3a7a /utils | |
parent | b74c3aa1a9b8afb55a63060c8996ae214ff5da09 (diff) |
- 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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |