diff options
-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 | ||