From: Glenn L McGrath Date: Fri, 20 Dec 2002 10:06:38 +0000 (-0000) Subject: Adjust for new .depend target X-Git-Tag: 1_00_pre1~270 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d7f965c8e1de8aa054ff6373727d1f46d3220de;p=oweals%2Fbusybox.git Adjust for new .depend target --- diff --git a/Makefile b/Makefile index c34b32bc1..27cddcb3c 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: include/config.h .depend +depend dep .depend: include/config.h .depend include/config/MARKER: depend scripts/split-include scripts/split-include include/config.h include/config