From d12f54f90ba2b552ee964cc54674f4cd55a50cf6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 26 Aug 2006 23:58:47 +0000 Subject: 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 --- pbx/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pbx') diff --git a/pbx/Makefile b/pbx/Makefile index ee50fc72a..056e2040b 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -9,10 +9,7 @@ # the GNU General Public License # -ifneq ($(wildcard $(ASTTOPDIR)/menuselect.makeopts),) - include ../menuselect.makeopts - include ../menuselect.makedeps -endif +-include ../menuselect.makeopts ../menuselect.makedeps C_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%,$(wildcard pbx_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.cc,%,$(wildcard pbx_*.cc))) -- cgit v1.2.3