Use $(MAKE), not make
For the sake of systems where we want gmake.
This commit is contained in:
parent
633c6b6485
commit
fc36708697
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue