Fix a stupid bug, where I cleaned things as the last makefile target. duh.
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 09:29:32 +0000 (09:29 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 09:29:32 +0000 (09:29 -0000)
 -Erik

debian/rules

index 163f1d0..04714d6 100755 (executable)
@@ -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: $@"