mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +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:
@@ -40,9 +40,7 @@ clean-depend:
|
||||
clean: clean-depend
|
||||
rm -f *.so *.o look eagi-test eagi-sphinx-test
|
||||
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
-include .depend
|
||||
|
||||
depend: .depend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user