Remove leading tabs on comment and blank lines

emacs keeps complaining these are 'suspicious', and gmake doesn't
care either way, so remove them.

svn path=/dists/trunk/linux/; revision=21259
This commit is contained in:
Ben Hutchings 2014-04-22 19:52:32 +00:00
parent 5c8f84221c
commit 8bb368ac23
1 changed files with 2 additions and 2 deletions

4
debian/rules.real vendored
View File

@ -313,10 +313,10 @@ install-libc-dev_$(ARCH):
rm -rf $(OUT_DIR)/include/drm $(OUT_DIR)/include/scsi
find $(OUT_DIR)/include \( -name .install -o -name ..install.cmd \) -execdir rm {} +
# Move include/asm to arch-specific directory
# Move include/asm to arch-specific directory
mkdir -p $(OUT_DIR)/include/$(DEB_HOST_MULTIARCH)
mv $(OUT_DIR)/include/asm $(OUT_DIR)/include/$(DEB_HOST_MULTIARCH)/
+$(MAKE_SELF) install-base
install-support: PACKAGE_NAME = linux-support-$(ABINAME)