diff options
author | Colin Watson <cjwatson@debian.org> | 2009-01-14 12:55:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-01-14 12:55:43 +0000 |
commit | 1aa502fb09a36bccd48232ea71ebedf68fb08ddb (patch) | |
tree | 4a161748de4c8be1510a80f3171905b26659cc22 | |
parent | e9c968c231005d377dc4c3fc71c8ad2160fc1436 (diff) | |
download | debootstrap-1aa502fb09a36bccd48232ea71ebedf68fb08ddb.tar.gz |
remove duplicate binary-indep rule with no commands
r57259
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index f2965d3..d09c015 100755 --- a/debian/rules +++ b/debian/rules @@ -33,9 +33,6 @@ install: real-build $(MAKE) install DESTDIR=$(CURDIR)/debian/debootstrap $(MAKE) install DESTDIR=$(CURDIR)/debian/debootstrap-udeb -binary-indep: install -# We have nothing to do by default. - ARCHES="i386" SUITE="testing" VERSION=$(SUITE) |