Merge branch 'maint' into next

debian
Theodore Ts'o 2016-03-22 00:03:09 -04:00
commit 3bf56ef624
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ mke2fs.conf: $(srcdir)/mke2fs.conf.in
always_run:
TESTS != echo $(srcdir)/[a-z]_*
@ifGNUmake@TESTS=$(wildcard $(srcdir)/[a-z]_*)
@ifNotGNUmake@TESTS != echo $(srcdir)/[a-z]_*
$(TESTS):: test_one always_run
@./test_one $@