diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-11 18:02:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-11 18:02:51 +0000 |
commit | aaab46baba8fd25373f84fe93b1fccffd8791dea (patch) | |
tree | 0c3a92fa6ec3992b525bd6d1f66ea0c205ed4d94 | |
parent | f05fd444e83a166e9e7a3fac2996a0e88d35b49f (diff) | |
download | busybox-aaab46baba8fd25373f84fe93b1fccffd8791dea.tar.gz |
Fix an obvious mistake
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 .depend: include/config.h .depend +depend dep: include/config.h .depend include/config/MARKER: depend scripts/split-include scripts/split-include include/config.h include/config |