diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-13 22:55:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-13 22:55:52 +0000 |
commit | b5697888a09f2a585ad0a97a3f963cc620357ca8 (patch) | |
tree | d9270a55abf2f8c21b8fb61898cf2162d6e3d7fe /lib | |
parent | 8f38e994803a495724a1e8806ce268a66e7613c7 (diff) | |
download | coreutils-b5697888a09f2a585ad0a97a3f963cc620357ca8.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 50c682e62..628a30532 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -338,6 +338,7 @@ distdir: $(DISTFILES) MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) + -include $(DEP_FILES) -include .deps/.P .deps/.P: $(BUILT_SOURCES) |