mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
GNU make already knows how to quietly ignore non-existent files in 'include' directives
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -95,9 +95,7 @@ install:: all
|
||||
|
||||
uninstall::
|
||||
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
-include .depend
|
||||
|
||||
depend: .depend
|
||||
|
||||
|
Reference in New Issue
Block a user