Made both binary-indep and binary-arch depend on

build, per policy.

svn path=/dists/trunk/linux-2.6/; revision=4355
This commit is contained in:
Jurij Smakov 2005-10-08 22:38:16 +00:00
parent dfd6f724ad
commit 0ee660baad
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -48,11 +48,11 @@ clean: unpatch
rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/*.pyc
dh_clean
binary-indep:
binary-indep: build
dh_testdir
$(MAKE) -f debian/rules.gen binary-indep
binary-arch:
binary-arch: build
dh_testdir
$(MAKE) -f debian/rules.gen binary-arch-$(DEB_HOST_ARCH)