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:
b6071ea
)
Oops. As Andrew Dennison just noticed, I left a stray
author
Eric Andersen
<andersen@codepoet.org>
Wed, 25 Jun 2003 05:18:48 +0000
(
05:18
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 25 Jun 2003 05:18:48 +0000
(
05:18
-0000)
space in the Makefile, thereby totally breaking it.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 512fc807fc6c1b3e61210a23edb1a55b6e87959a..300e4d8b626b4dd9976e01c2dc1d0a6a289e877f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,7
+39,7
@@
all: busybox busybox.links #doc
-include .config.cmd
include $(patsubst %,%/Makefile.in, $(DIRS))
-busybox: .depend include/config.h $(libraries-y
)
+busybox: .depend include/config.h $(libraries-y
)
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
$(STRIPCMD) $@