projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05fd44
)
Fix an obvious mistake
author
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Jan 2003 18:02:51 +0000
(18:02 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Jan 2003 18:02:51 +0000
(18:02 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 27cddcb3cfc896ec888dc12268465ebdb75136dd..c34b32bc105ad4e6beca20ead31410be87f12d57 100644
(file)
--- 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
.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