Kaynağa Gözat

- 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.

Bernhard Reutner-Fischer 18 yıl önce
ebeveyn
işleme
a318a42dcd
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      utils/Makefile.in

+ 3 - 0
utils/Makefile.in

@@ -98,3 +98,6 @@ objclean-y += utils_clean
 
 
 utils_clean:
 utils_clean:
 	$(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd readelf iconv locale *.host)
 	$(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd readelf iconv locale *.host)
+	# This is a hack..
+	$(Q)$(RM) $(utils_OUT)/.*.dep
+