mirror of https://github.com/mirror/busybox.git
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
-Erik1_00_stable_10817
parent
b108a5b780
commit
30f0f2d040
|
@ -67,7 +67,7 @@ binary-indep:
|
|||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: busybox busybox-static clean
|
||||
binary-arch: busybox busybox-static
|
||||
|
||||
busybox: install
|
||||
@echo "--- Building: $@"
|
||||
|
|
Loading…
Reference in New Issue