From: Eric Andersen Date: Wed, 25 Jun 2003 05:18:48 +0000 (-0000) Subject: Oops. As Andrew Dennison just noticed, I left a stray X-Git-Tag: 1_00_pre1~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c25ba9de1db1e30a549fb9ad3f5df508ee9cfb1;p=platform%2Fupstream%2Fbusybox.git Oops. As Andrew Dennison just noticed, I left a stray space in the Makefile, thereby totally breaking it. --- diff --git a/Makefile b/Makefile index 512fc80..300e4d8 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) $@