Fix a stupid bug, where I cleaned things as the last makefile target. duh.

-Erik
This commit is contained in:
Eric Andersen 2000-06-19 09:29:32 +00:00
parent b108a5b780
commit 30f0f2d040

2
debian/rules vendored
View File

@ -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: $@"