debian/rules.real: Specify each target in its own spec.

svn path=/dists/trunk/linux-2.6/; revision=6423
This commit is contained in:
Bastian Blank 2006-04-14 16:45:34 +00:00
parent 287444d150
commit 345264d09b
1 changed files with 4 additions and 1 deletions

5
debian/rules.real vendored
View File

@ -73,8 +73,11 @@ ifeq ($(MODULES),True)
binary-arch-flavour: install-header-$(ARCH)-$(SUBARCH)-$(FLAVOUR)
endif
binary-indep: install-doc install-patch install-source install-tree
binary-indep: install-doc
binary-indep: install-patch
binary-indep: install-source
binary-indep: install-support
binary-indep: install-tree
build: $(STAMPS_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-$(TYPE)