mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
Use $(MAKE), not make
For the sake of systems where we want gmake.
This commit is contained in:
@@ -81,7 +81,7 @@ endif
|
||||
all: $(APPS)
|
||||
|
||||
$(DEP):
|
||||
make -C ../library
|
||||
$(MAKE) -C ../library
|
||||
|
||||
aes/aescrypt2$(EXEXT): aes/aescrypt2.c $(DEP)
|
||||
echo " CC aes/aescrypt2.c"
|
||||
|
||||
Reference in New Issue
Block a user