From 664a7d592f0d3aed3fbc3bb80c83db22344b744c Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Tue, 31 May 2005 05:12:59 +0000 Subject: [PATCH] Removed concatenation of debian/files from the build target, as it is not yet created at that point. svn path=/branches/kernel-image-2.6.11/; revision=3283 --- debian/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 3f2631890..078a75dcc 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -212,7 +212,6 @@ build-stamp-$(subarch)-%: build-$(subarch)-% if [ -f "$${src}" ] && [ ! -e "$${dst}" ]; then \ ln -s "$$(pwd)/$${src}" "$${dst}"; \ fi - cat $> files touch build-stamp-$(subarch)-$* # # Creates a build directory for a particular flavour