aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-26 23:58:47 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-26 23:58:47 +0000
commit0ba6df7e0185d4a336554689485ba0d4431dc281 (patch)
tree8ba407ce404b102e6859ae992fe30aee459ef8b7 /main/Makefile
parentd60ef591f32d5d690891dc0ea476d853ad265b45 (diff)
GNU make already knows how to quietly ignore non-existent files in 'include' directives
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41209 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/Makefile b/main/Makefile
index ff90809a3..e2ae65ef6 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -11,14 +11,7 @@
# the GNU General Public License
#
-ifneq ($(wildcard $(ASTTOPDIR)/menuselect.makeopts),)
- include $(ASTTOPDIR)/menuselect.makeopts
- include $(ASTTOPDIR)/menuselect.makedeps
-endif
-
-ifneq ($(wildcard $(ASTTOPDIR)/makeopts.embed_rules),)
- include $(ASTTOPDIR)/makeopts.embed_rules
-endif
+-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps $(ASTTOPDIR)/makeopts.embed_rules
all: asterisk