diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-25 21:20:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-25 21:20:53 +0000 |
commit | ca9451a39d1d47da40e269cd4501bdc844bcb283 (patch) | |
tree | a79d41509a347758063fdd62d40d9ea11b689132 /lib | |
parent | 1349c30df27b205a2618c947add34a9f0827abb6 (diff) | |
download | coreutils-ca9451a39d1d47da40e269cd4501bdc844bcb283.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index dcf30a6ff..bc6e5a5ec 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -424,12 +424,12 @@ 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) echo > $@ +-include $(DEP_FILES) + mostlyclean-depend: clean-depend: |