diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-25 05:18:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-25 05:18:48 +0000 |
commit | 1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1 (patch) | |
tree | 11022bde3f6a6690f49ca2d2b31435d9fb495475 | |
parent | b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe (diff) | |
download | busybox-1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1.tar.gz |
Oops. As Andrew Dennison just noticed, I left a stray
space in the Makefile, thereby totally breaking it.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) $@ |