]> git.lizzy.rs Git - rust.git/blobdiff - Makefile.in
use posix command to extract first 8 chars
[rust.git] / Makefile.in
index 8fc66a764da61727e5f611708b73a515f7a19639..d3bb5a541a47067e54e6838f70c687104dfa3e6b 100644 (file)
@@ -266,8 +266,3 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
   CFG_INFO := $(info cfg: including ctags rules)
   include $(CFG_SRC_DIR)mk/ctags.mk
 endif
-
-# Find all of the .d files and include them to add information about
-# header file dependencies.
-ALL_DEP_FILES := $(ALL_OBJ_FILES:%.o=%.d)
--include $(ALL_DEP_FILES)