From: Eric Andersen Date: Sat, 11 Jan 2003 18:02:51 +0000 (-0000) Subject: Fix an obvious mistake X-Git-Tag: 1_00_pre1~248 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aaab46baba8fd25373f84fe93b1fccffd8791dea;p=oweals%2Fbusybox.git Fix an obvious mistake --- diff --git a/Makefile b/Makefile index 27cddcb3c..c34b32bc1 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ scripts/split-include: scripts/split-include.c `find . -name \*.h -print` >> .hdepend; $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ; -depend dep .depend: include/config.h .depend +depend dep: include/config.h .depend include/config/MARKER: depend scripts/split-include scripts/split-include include/config.h include/config