diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||
146 | depend dep: include/config.h .depend | 145 | depend dep: include/config.h .depend |
147 | 146 | ||