X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8546720e6f25eb988e8215de6678798053031440..5725bd2cc0e691dadc31bd958f210b1bbcf17c49:/test/automated/Makefile.in diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index b16c972189..5f92e21d91 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -1,5 +1,5 @@ # Maintenance productions for the automated test directory -# Copyright (C) 2010-2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -48,14 +48,14 @@ BYTE_COMPILE_EXTRA_FLAGS = emacs = EMACSLOADPATH=$(lispsrc):$(test) LC_ALL=C $(EMACS) $(EMACSOPT) # Common command to find subdirectories -setwins=subdirs=`(find . -type d -print)`; \ +setwins=subdirs=`find . -type d -print`; \ for file in $$subdirs; do \ case $$file in */.* | */.*/* | */=* ) ;; \ *) wins="$$wins $$file" ;; \ esac; \ done -all: test +all: check doit: