aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-11 18:02:51 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-11 18:02:51 +0000
commiteb5b8a4950a755735face4e16d2b63f959989a02 (patch)
tree0c3a92fa6ec3992b525bd6d1f66ea0c205ed4d94
parentb6da865271e51b832fe8ffb807b23d11365da6cf (diff)
downloadbusybox-w32-eb5b8a4950a755735face4e16d2b63f959989a02.tar.gz
busybox-w32-eb5b8a4950a755735face4e16d2b63f959989a02.tar.bz2
busybox-w32-eb5b8a4950a755735face4e16d2b63f959989a02.zip
Fix an obvious mistake
git-svn-id: svn://busybox.net/trunk/busybox@6317 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
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 .depend: include/config.h .depend 137depend dep: 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