aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 512fc807f..300e4d8b6 100644
--- 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) $@