summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-09-09 03:27:21 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-09-09 03:27:21 +0000
commitbe29512d1eeda79951c7e677bbf2cf705439bd09 (patch)
treeae04049ae139a87e571404c6dbfe452fc60b8282 /Makefile.rules
parentf4434eba6fedbae57243e010fcd59229cdea6bac (diff)
more makefile tweaks to keep targets from being run when they don't need to be
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 02eed1fdd..b179ae626 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -15,7 +15,7 @@
# Prefixing one or the other with @\# or @ or nothing makes the desired
# behaviour. ECHO_PREFIX prefixes the comment, CMD_PREFIX prefixes the command.
-include $(ASTTOPDIR)/makeopts
+-include $(ASTTOPDIR)/makeopts
ifeq ($(NOISY_BUILD),)
ECHO_PREFIX=@