aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 20:27:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 20:27:46 +0000
commit520643b71e8b3678ced4af48601166de7738f1ee (patch)
treee46a96ab12cf53cdcbac95c1382fc431814036ea /Makefile
parent75abdcd730453d2d9aa370062731b39d6bcd5d6e (diff)
revert this change for now since it isn't working correctly and there are more
important issues to work on at the moment ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37483 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 8be4c320f..e21b79a58 100644
--- a/Makefile
+++ b/Makefile
@@ -123,16 +123,12 @@ GLOBAL_MAKEOPTS=$(wildcard /etc/asterisk.makeopts)
USER_MAKEOPTS=$(wildcard ~/.asterisk.makeopts)
ifneq ($(wildcard menuselect.makeopts),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
include menuselect.makeopts
include menuselect.makedeps
- endif
endif
ifneq ($(wildcard makeopts),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
include makeopts
- endif
endif
TOPDIR_CFLAGS=-Iinclude
@@ -427,15 +423,11 @@ db1-ast/libdb1.a:
$(MAKE) -C db1-ast libdb1.a
ifneq ($(wildcard .depend),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
include .depend
- endif
endif
ifneq ($(wildcard .tags-depend),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
include .tags-depend
- endif
endif
ast_expr2.c ast_expr2.h: