From e8898abb5f5a7be06bc9a006d6dc0306e6d318b5 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 6 Apr 2004 14:28:35 +0000 Subject: 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 `find . -name \*.c -print` >> .depend; scripts/mkdep -I include -- \ `find . -name \*.h -print` >> .hdepend; - $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ; depend dep: include/config.h .depend -- cgit v1.2.3-55-g6feb