summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-09-12 19:09:29 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-25 15:17:35 +0200
commitbcaadc2e498f32a03ee694ac75ece0bb1a87c311 (patch)
treec0ba934e6e15ca4d2b864ef805619e422cba6e01
parent01bcf68cf52286f47302f59cd13ffd56bb5cc996 (diff)
btrfs-progs: build: whitespace adjustment of [LD] fssum
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a98cd7ec..6e427bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -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