From 1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 25 Jun 2003 05:18:48 +0000 Subject: Oops. As Andrew Dennison just noticed, I left a stray space in the Makefile, thereby totally breaking it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $@ -- cgit v1.2.3