mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
replace a couple of bare 'make' with $(MAKE)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,7 +64,7 @@ include $(ASTTOPDIR)/Makefile.moddir_rules
|
||||
|
||||
clean::
|
||||
rm -f busy.h ringtone.h gentone
|
||||
make -C misdn clean
|
||||
$(MAKE) -C misdn clean
|
||||
|
||||
ifneq ($(wildcard $(PWD)/Makefile.ast),)
|
||||
include $(PWD)/Makefile.ast
|
||||
|
||||
Reference in New Issue
Block a user