aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-11 18:02:51 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-11 18:02:51 +0000
commitaaab46baba8fd25373f84fe93b1fccffd8791dea (patch)
tree0c3a92fa6ec3992b525bd6d1f66ea0c205ed4d94
parentf05fd444e83a166e9e7a3fac2996a0e88d35b49f (diff)
downloadbusybox-w32-aaab46baba8fd25373f84fe93b1fccffd8791dea.tar.gz
busybox-w32-aaab46baba8fd25373f84fe93b1fccffd8791dea.tar.bz2
busybox-w32-aaab46baba8fd25373f84fe93b1fccffd8791dea.zip
Fix an obvious mistake
-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