aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-20 10:06:38 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-20 10:06:38 +0000
commitd11fd64369e1b00371e12a9a3203ca3ddda54bda (patch)
tree4f3cd5e2bd33a374d025e26e19ff1ac74fcc619d /Makefile
parentecfbaac5f76934c6dd9d8d87576eaa79413d4c52 (diff)
downloadbusybox-w32-d11fd64369e1b00371e12a9a3203ca3ddda54bda.tar.gz
busybox-w32-d11fd64369e1b00371e12a9a3203ca3ddda54bda.tar.bz2
busybox-w32-d11fd64369e1b00371e12a9a3203ca3ddda54bda.zip
Adjust for new .depend target
git-svn-id: svn://busybox.net/trunk/busybox@6234 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
134 `find . -name \*.h -print` >> .hdepend; 134 `find . -name \*.h -print` >> .hdepend;
135 $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ; 135 $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ;
136 136
137depend dep: include/config.h .depend 137depend dep .depend: include/config.h .depend
138 138
139include/config/MARKER: depend scripts/split-include 139include/config/MARKER: depend scripts/split-include
140 scripts/split-include include/config.h include/config 140 scripts/split-include include/config.h include/config