aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 14:28:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 14:28:35 +0000
commite8898abb5f5a7be06bc9a006d6dc0306e6d318b5 (patch)
tree033bb02dd76c0128a2fe839126ed692515d133ab /Makefile
parenta99e3765bec0d6cf29d640ecd0165b098895bf94 (diff)
downloadbusybox-w32-e8898abb5f5a7be06bc9a006d6dc0306e6d318b5.tar.gz
busybox-w32-e8898abb5f5a7be06bc9a006d6dc0306e6d318b5.tar.bz2
busybox-w32-e8898abb5f5a7be06bc9a006d6dc0306e6d318b5.zip
Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync. git-svn-id: svn://busybox.net/trunk/busybox@8702 69ca8d6d-28ef-0310-b511-8ec308f3f277
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