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 /Makefile | |
parent | b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe (diff) | |
download | busybox-w32-1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1.tar.gz busybox-w32-1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1.tar.bz2 busybox-w32-1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1.zip |
Oops. As Andrew Dennison just noticed, I left a stray
space in the Makefile, thereby totally breaking it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ all: busybox busybox.links #doc | |||
39 | -include .config.cmd | 39 | -include .config.cmd |
40 | include $(patsubst %,%/Makefile.in, $(DIRS)) | 40 | include $(patsubst %,%/Makefile.in, $(DIRS)) |
41 | 41 | ||
42 | busybox: .depend include/config.h $(libraries-y ) | 42 | busybox: .depend include/config.h $(libraries-y) |
43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) | 43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) |
44 | $(STRIPCMD) $@ | 44 | $(STRIPCMD) $@ |
45 | 45 | ||