commit | 30f0f2d0407062cbb6231a0a335caeb9416cd2e9 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 09:29:32 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 09:29:32 2000 +0000 |
tree | 51529cc6eca7796bd48770694d40eb7db594e392 | |
parent | b108a5b780a130b34aff4260583444e163fd6bd2 [diff] |
Fix a stupid bug, where I cleaned things as the last makefile target. duh. -Erik
diff --git a/debian/rules b/debian/rules index 163f1d0..04714d6 100755 --- a/debian/rules +++ b/debian/rules
@@ -67,7 +67,7 @@ # 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: $@"