another place where the control deps can be automatic

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3468
This commit is contained in:
Andres Salomon 2005-07-12 08:36:08 +00:00
parent 95feeabca6
commit 3e56b3dd5d
1 changed files with 1 additions and 1 deletions

2
debian/Makefile vendored
View File

@ -186,7 +186,7 @@ patches += $(wildcard patches-arch/$(subarch)_*)
patches += $(wildcard patches-arch/$(karch).*)
patches += $(wildcard patches-arch/$(karch)_*)
patches := $(strip $(patches))
$(kdir): post-install-$(subarch) $(controls)
$(kdir): post-install-$(subarch) $(wildcard templates/control.*.in)
mkdir -p $(tkdir)
cp -al $(srcfiles) $(tkdir)
mkdir -p $(tkdir)/debian