Oops. As Andrew Dennison just noticed, I left a stray
space in the Makefile, thereby totally breaking it.
This commit is contained in:
parent
b6071ea5cb
commit
1c25ba9de1
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ all: busybox busybox.links #doc
|
|||||||
-include .config.cmd
|
-include .config.cmd
|
||||||
include $(patsubst %,%/Makefile.in, $(DIRS))
|
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)
|
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
|
||||||
$(STRIPCMD) $@
|
$(STRIPCMD) $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user