aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99c1ced09..7a8337003 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,6 @@ scripts/split-include: scripts/split-include.c
141 `find . -name \*.c -print` >> .depend; 141 `find . -name \*.c -print` >> .depend;
142 scripts/mkdep -I include -- \ 142 scripts/mkdep -I include -- \
143 `find . -name \*.h -print` >> .hdepend; 143 `find . -name \*.h -print` >> .hdepend;
144 $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ;
145 144
146depend dep: include/config.h .depend 145depend dep: include/config.h .depend
147 146