diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-14 21:41:12 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-14 21:41:12 +0000 |
commit | 147a3ca1a40df4a97e9a12f18eadb537bea73b9a (patch) | |
tree | 4fb29a99094ae0281ae1364ab0e7d338666e031e /debian/rules | |
parent | fc4a0fd82eb89ad07cffcd0f4a764eb3c7db66c2 (diff) | |
download | busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.gz busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.bz2 busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.zip |
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 74073e44c..a1fe24543 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -46,7 +46,7 @@ clean: | |||
46 | rm -f build-arch-stamp build-indep-stamp debian/files~ | 46 | rm -f build-arch-stamp build-indep-stamp debian/files~ |
47 | 47 | ||
48 | $(MAKE) distclean | 48 | $(MAKE) distclean |
49 | -rm -f busybox-deb busybox-static .config busybox.1 | 49 | -rm -f busybox-deb busybox-static busybox.1 |
50 | 50 | ||
51 | dh_clean | 51 | dh_clean |
52 | 52 | ||