From e65bd94d9aac24d0fde56c5aa2a7b0bfcc705ce1 Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: svn://busybox.net/trunk/busybox@6977 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb