mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
Use $(MAKE) when invoking make from make.
Without this, things like MAKEFLAGS=-j4 can't work.
This commit is contained in:
parent
c3c0966521
commit
184c327692
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
make -C .. all
|
||||
$(MAKE) -C .. all
|
||||
|
||||
clean:
|
||||
make -C .. clean
|
||||
$(MAKE) -C .. clean
|
||||
|
|
Loading…
Reference in a new issue