mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-12 10:13:39 +00:00
Replace tabs with spaces in Makefile
Tabs were introduced in a place where spaces are being used for alignment. Correct this. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
ccf8c42b1a
commit
ed91f8890f
@ -254,7 +254,7 @@ LOCAL_CRYPTO_CFLAGS = $(patsubst -I./include, -I../../tests/include, $(patsubst
|
||||
LOCAL_CRYPTO_LDFLAGS = $(patsubst -L../library, -L../../library, \
|
||||
$(patsubst -L../tests/%, -L../../tests/%, \
|
||||
$(patsubst ./src/%,../../tests/src/%, \
|
||||
$(patsubst ../framework/tests/src/%,../../framework/tests/src/%, \
|
||||
$(patsubst ../framework/tests/src/%,../../framework/tests/src/%, \
|
||||
$(LOCAL_LDFLAGS)))))
|
||||
$(CRYPTO_BINARIES): %$(EXEXT): %.c $(MBEDLIBS) $(TEST_OBJS_DEPS) $(MBEDTLS_TEST_OBJS)
|
||||
echo " CC $<"
|
||||
|
Loading…
x
Reference in New Issue
Block a user