btrfs-progs: build: whitespace adjustment of [LD] fssum
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
01bcf68cf5
commit
bcaadc2e49
2
Makefile
2
Makefile
|
@ -496,7 +496,7 @@ library-test.static: library-test.c $(libs_static)
|
||||||
$(Q)$(RM) -rf -- $(TMPD)
|
$(Q)$(RM) -rf -- $(TMPD)
|
||||||
|
|
||||||
fssum: tests/fssum.c tests/sha224-256.c
|
fssum: tests/fssum.c tests/sha224-256.c
|
||||||
@echo " [LD] $@"
|
@echo " [LD] $@"
|
||||||
$(Q)$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
$(Q)$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
test-build: test-build-pre test-build-real
|
test-build: test-build-pre test-build-real
|
||||||
|
|
Loading…
Reference in New Issue