From 512825f9ba25a679933e27dd7f80330e8fd9c905 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Apr 2011 14:43:22 +0200 Subject: [PATCH] maint: change some leading 8-space sequences to TABs in a Makefile.am src/Makefile.am (fs-magic, fs-kernel-magic): Change some leading 8-space sequences to TABs. --- src/Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1727d67..de0000d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -579,21 +579,21 @@ fs_normalize_perl_subst = \ CLEANFILES += fs-magic fs-magic: Makefile man statfs \ - |perl -ne '/File system types:/.../Nobody kno/ and print' \ - |grep 0x | perl -p \ - $(fs_normalize_perl_subst) \ - | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ - | LC_ALL=C sort \ - > $@-t && mv $@-t $@ + |perl -ne '/File system types:/.../Nobody kno/ and print' \ + |grep 0x | perl -p \ + $(fs_normalize_perl_subst) \ + | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ + | LC_ALL=C sort \ + > $@-t && mv $@-t $@ CLEANFILES += fs-kernel-magic fs-kernel-magic: Makefile perl -ne '/^#define.*0x/ and print' /usr/include/linux/magic.h \ - | perl -p \ - $(fs_normalize_perl_subst) \ - | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ - | LC_ALL=C sort \ - > $@-t && mv $@-t $@ + | perl -p \ + $(fs_normalize_perl_subst) \ + | grep -Ev 'S_MAGIC_EXT[34]|STACK_END' \ + | LC_ALL=C sort \ + > $@-t && mv $@-t $@ BUILT_SOURCES += fs.h fs.h: stat.c extract-magic -- 2.7.4