projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b108a5b
)
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
author
Eric Andersen
<andersen@codepoet.org>
Mon, 19 Jun 2000 09:29:32 +0000
(09:29 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 19 Jun 2000 09:29:32 +0000
(09:29 -0000)
-Erik
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 163f1d0d49de5071e0672a769f0062b52573cb0f..04714d648bd1c83b102be46461bb451c217fb7b0 100755
(executable)
--- 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: $@"