From ec943bb7209287b948e7a0a4523737d13be97e97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Thu, 5 Jul 2012 15:42:38 +0200 Subject: [PATCH] Fix debian/rules --- kernel-power-2.6.28/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-power-2.6.28/debian/rules b/kernel-power-2.6.28/debian/rules index a78394b..cbab271 100755 --- a/kernel-power-2.6.28/debian/rules +++ b/kernel-power-2.6.28/debian/rules @@ -86,7 +86,7 @@ packet-injection-configure-stamp: packet-injection-source-stamp packet-injection-build-stamp: packet-injection-configure-stamp $(MAKE) -C $(COMPAT_WIRELESS_TREE) $(NJOBS) KLIB_BUILD=$(KSRC) - touch compat-wireless-build-stamp + touch $@ headers: kernel-stamp modules-stamp packet-injection-build-stamp -- 1.7.9.5