Revert the last change as it does not help.

svn path=/branches/kernel-image-2.6.11/; revision=3295
This commit is contained in:
Jurij Smakov 2005-06-02 00:57:40 +00:00
parent 304b999448
commit 3939e2baef
1 changed files with 0 additions and 4 deletions

4
debian/Makefile vendored
View File

@ -180,10 +180,6 @@ $(kdir): post-install-$(subarch) $(controls)
sed '/^[[:space:]]*$$/d' | \
sed 's/^Package:/\n&/g' > $(tkdir)/debian/control
touch $(tkdir)/debian/official
#
# This is required to disable some buggy checks.
#
touch $(tkdir)/stamp-debian
if [ -n '$(patches)' ]; then \
cd $(tkdir); \
cat $(addprefix ../,$(patches)) | patch -p1; \