OSDN Git Service

- Add temporary hack to wipe dep files even on clean for utils.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 9 Nov 2008 13:10:50 +0000 (13:10 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 9 Nov 2008 13:10:50 +0000 (13:10 -0000)
  utils lives outside of the normal build so this is needed until it is
  properly pulled into the normal system.

utils/Makefile.in

index 37952f5..ebaa3e4 100644 (file)
@@ -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
+