Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-20 13:06:38 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-20 13:06:38 +0300
commit4d7f965c8e1de8aa054ff6373727d1f46d3220de (patch)
tree4f3cd5e2bd33a374d025e26e19ff1ac74fcc619d /Makefile
parente86e4a228282e77b5ee5c718399ffaea26de4815 (diff)
Adjust for new .depend target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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