From: Eric Andersen Date: Mon, 19 Jun 2000 09:29:32 +0000 (-0000) Subject: Fix a stupid bug, where I cleaned things as the last makefile target. duh. X-Git-Tag: 0_45~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30f0f2d0407062cbb6231a0a335caeb9416cd2e9;p=oweals%2Fbusybox.git Fix a stupid bug, where I cleaned things as the last makefile target. duh. -Erik --- diff --git a/debian/rules b/debian/rules index 163f1d0d4..04714d648 100755 --- a/debian/rules +++ b/debian/rules @@ -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: $@"