Oops. As Andrew Dennison just noticed, I left a stray
authorEric Andersen <andersen@codepoet.org>
Wed, 25 Jun 2003 05:18:48 +0000 (05:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 25 Jun 2003 05:18:48 +0000 (05:18 -0000)
space in the Makefile, thereby totally breaking it.

Makefile

index 512fc807fc6c1b3e61210a23edb1a55b6e87959a..300e4d8b626b4dd9976e01c2dc1d0a6a289e877f 100644 (file)
--- 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) $@