diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-06 14:28:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-06 14:28:35 +0000 |
commit | 674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8 (patch) | |
tree | 033bb02dd76c0128a2fe839126ed692515d133ab /Makefile | |
parent | 7e496a71cfe54f192508427f9c8ea5be764952bd (diff) | |
download | busybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.tar.gz busybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.tar.bz2 busybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.zip |
Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync.
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 | ||