From 79f988c27ac97b7a89e6c78a64da2f3a2f65d916 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Fri, 3 Oct 2014 20:42:54 +0200 Subject: THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there --- Makefile.am | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 04cd63bf2..26ddab69a 100755 --- a/Makefile.am +++ b/Makefile.am @@ -30,27 +30,27 @@ SUBDIRS += tutorial endif dist-hook: - find $(distdir) -type f \( -iname ".DS_Store" -or -iname "._*" -or -iname ".gitignore" \) | xargs rm -rf - find $(distdir) -type d \( -iname ".deps" -or -iname ".libs" \) | xargs rm -rf - find $(distdir) -type d \( -iname ".svn" -or -iname ".git" \) | xargs rm -rf + find $(distdir) -type f \( -iname ".DS_Store" -or -iname "._*" -or -iname ".gitignore" \) | xargs rm -rf + find $(distdir) -type d \( -iname ".deps" -or -iname ".libs" \) | xargs rm -rf + find $(distdir) -type d \( -iname ".svn" -or -iname ".git" \) | xargs rm -rf print-version: - @echo $(VERSION) + @echo $(VERSION) cross: check - sh test/test.sh + sh test/test.sh EXTRA_DIST = \ - .travis.yml \ - bower.json \ - composer.json \ - contrib \ - debian \ - doc \ - doap.rdf \ - sonar-project.properties \ - LICENSE \ - CHANGES \ - NOTICE \ - README.md + .travis.yml \ + bower.json \ + composer.json \ + contrib \ + debian \ + doc \ + doap.rdf \ + sonar-project.properties \ + LICENSE \ + CHANGES \ + NOTICE \ + README.md -- cgit v1.2.1