btrfs-progs: build: whitespace adjustment of [LD] fssum

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-09-12 19:09:29 +02:00
parent 01bcf68cf5
commit bcaadc2e49
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ library-test.static: library-test.c $(libs_static)
$(Q)$(RM) -rf -- $(TMPD)
fssum: tests/fssum.c tests/sha224-256.c
@echo " [LD] $@"
@echo " [LD] $@"
$(Q)$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test-build: test-build-pre test-build-real